diff options
author | James Lopez <james@jameslopez.es> | 2016-02-03 17:43:26 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-03 17:43:26 +0100 |
commit | 70f82cc5ac08c2129f3a10dd1155f43eaecd2e03 (patch) | |
tree | 4de45074a5d2b561a11f1a4cd6ee8b64966b9ca6 /.gitlab-ci.yml | |
parent | 5fe354ef8374290d47a5ad35d50c084f0a96cd92 (diff) | |
download | gitlab-ce-70f82cc5ac08c2129f3a10dd1155f43eaecd2e03.tar.gz |
uncomment restriction to branches or tags
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78d87cb18c..997994485da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,6 @@ notify:slack: script: - bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"] when: on_failure -# only: -# - master -# - tags
\ No newline at end of file + only: + - master + - tags
\ No newline at end of file |