diff options
author | James Lopez <james@jameslopez.es> | 2016-02-05 12:15:03 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-05 12:15:03 +0100 |
commit | ff4a1f7287ce2e2c395d24f69253084e0c7b6943 (patch) | |
tree | c90ec07e90a33a059834428e859661781fb5345f /.gitlab-ci.yml | |
parent | 27a82b2fbf7ea3227ac18d6f1bb3eacd61c81dc9 (diff) | |
download | gitlab-ce-ff4a1f7287ce2e2c395d24f69253084e0c7b6943.tar.gz |
update with branch and tags restriction
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 290fa120812..1c817ce359a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,9 +185,8 @@ notify:slack: script: - source ./scripts/notify_slack.sh "#ci-test" "Build failed for master/tags!" when: on_failure - # TODO: uncomment these lines. - #only: - # - master@gitlab-org/gitlab-ce - # - tags@gitlab-org/gitlab-ce - # - master@gitlab-org/gitlab-ee - # - tags@gitlab-org/gitlab-ee
\ No newline at end of file + only: + - master@gitlab-org/gitlab-ce + - tags@gitlab-org/gitlab-ce + - master@gitlab-org/gitlab-ee + - tags@gitlab-org/gitlab-ee
\ No newline at end of file |