Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notify.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8f51a2540d861265e0a64610d1924ef78387628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.notify-defaults:
  stage: notify
  dependencies: []
  cache: {}

notify-package-and-test-failure:
  extends:
    - .notify-defaults
    - .notify:rules:notify-package-and-test-failure
  image: ${GITLAB_DEPENDENCY_PROXY_ADDRESS}ruby:${RUBY_VERSION}
  before_script:
    - source scripts/utils.sh
    - apt-get update
    - install_gitlab_gem
  script:
    - scripts/generate-failed-package-and-test-mr-message.rb