diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 09:12:06 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 09:12:06 +0200 |
commit | 737426331baf0c5b78f9927c3e2029ed8b9a91f9 (patch) | |
tree | 02e54345ff10199d8173bd6f0caf8faedddd6fc6 /.gitlab-ci.yml | |
parent | cfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9 (diff) | |
download | gitlab-ce-737426331baf0c5b78f9927c3e2029ed8b9a91f9.tar.gz |
Restrict docs trigger job only to gitlab-org/gitlab-cedocs-trigger-variable
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |