From 70f82cc5ac08c2129f3a10dd1155f43eaecd2e03 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Wed, 3 Feb 2016 17:43:26 +0100 Subject: [PATCH] uncomment restriction to branches or tags --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78d87cb18..997994485d 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