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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-24 18:31:33 +0300
committerJames Lopez <james@jameslopez.es>2016-02-24 18:31:33 +0300
commit86b97ce1961c7d63749bd20de3f34dd10c24b865 (patch)
tree23487c7907cf4a0c589a81f9cd49926a79b44768 /.gitlab-ci.yml
parent2c02915c78c79b0cb8229ad51cafe592da832d52 (diff)
updated gitlab ci based on feedback
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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