diff options
author | James Lopez <james@jameslopez.es> | 2016-02-24 16:31:33 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-24 16:31:33 +0100 |
commit | 86b97ce1961c7d63749bd20de3f34dd10c24b865 (patch) | |
tree | 23487c7907cf4a0c589a81f9cd49926a79b44768 /.gitlab-ci.yml | |
parent | 2c02915c78c79b0cb8229ad51cafe592da832d52 (diff) | |
download | gitlab-ce-86b97ce1961c7d63749bd20de3f34dd10c24b865.tar.gz |
updated gitlab ci based on feedback
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3af347b4281..498c7447ede 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -164,7 +164,7 @@ bundler:audit: spec:feature:ruby22: stage: test - image: ruby:2.1 + image: ruby:2.2 only: - master script: @@ -318,7 +318,7 @@ spinach:other:ruby22: notify:slack: stage: notifications 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 only: - master@gitlab-org/gitlab-ce |