updated gitlab ci based on feedback
This commit is contained in:
parent
2c02915c78
commit
86b97ce196
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ bundler:audit:
|
||||||
|
|
||||||
spec:feature:ruby22:
|
spec:feature:ruby22:
|
||||||
stage: test
|
stage: test
|
||||||
image: ruby:2.1
|
image: ruby:2.2
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
@ -318,7 +318,7 @@ spinach:other:ruby22:
|
||||||
notify:slack:
|
notify:slack:
|
||||||
stage: notifications
|
stage: notifications
|
||||||
script:
|
script:
|
||||||
- source ./scripts/notify_slack.sh "#builds" "Build failed for master/tags!"
|
- ./scripts/notify_slack.sh "#builds" "Build failed for master/tags!"
|
||||||
when: on_failure
|
when: on_failure
|
||||||
only:
|
only:
|
||||||
- master@gitlab-org/gitlab-ce
|
- master@gitlab-org/gitlab-ce
|
||||||
|
|
Loading…
Reference in a new issue