summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-25 09:12:06 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-25 09:12:06 +0200
commit737426331baf0c5b78f9927c3e2029ed8b9a91f9 (patch)
tree02e54345ff10199d8173bd6f0caf8faedddd6fc6
parentcfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9 (diff)
downloadgitlab-ce-docs-trigger-variable.tar.gz
Restrict docs trigger job only to gitlab-org/gitlab-cedocs-trigger-variable
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13f6df81e21..cb2a49d2a7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,7 +320,7 @@ trigger_docs:
script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master -F variables[PROJECT]=ce https://gitlab.com/api/v3/projects/38069/trigger/builds"
only:
- - master
+ - master@gitlab-org/gitlab-ce
# Notify slack in the end