update gitlab-ci script syntax
This commit is contained in:
parent
3bc77371ba
commit
cc42867612
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ spinach:other:ruby22:
|
||||||
notify:slack:
|
notify:slack:
|
||||||
stage: notifications
|
stage: notifications
|
||||||
script:
|
script:
|
||||||
- ./scripts/notify_slack.sh "#builds" "Build failed! Check <https://gitlab.com/gitlab-org/$(basename „$PWD)/commit/$CI_BUILD_REF/builds>"
|
- ./scripts/notify_slack.sh "#builds" "Build on \`$CI_BUILD_REF_NAME\` failed! Check <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>"
|
||||||
when: on_failure
|
when: on_failure
|
||||||
only:
|
only:
|
||||||
- master@gitlab-org/gitlab-ce
|
- master@gitlab-org/gitlab-ce
|
||||||
|
|
Loading…
Reference in a new issue