diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 997994485da..290fa120812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,8 +183,11 @@ spinach:ruby21: notify:slack: stage: notifications script: - - bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"] + - source ./scripts/notify_slack.sh "#ci-test" "Build failed for master/tags!" when: on_failure - only: - - master - - tags
\ No newline at end of file + # TODO: uncomment these lines. + #only: + # - master@gitlab-org/gitlab-ce + # - tags@gitlab-org/gitlab-ce + # - master@gitlab-org/gitlab-ee + # - tags@gitlab-org/gitlab-ee
\ No newline at end of file |