Commit 73742633 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Restrict docs trigger job only to gitlab-org/gitlab-ce

parent cfba4c3f
...@@ -320,7 +320,7 @@ trigger_docs: ...@@ -320,7 +320,7 @@ trigger_docs:
script: 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" - "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: only:
- master - master@gitlab-org/gitlab-ce
# Notify slack in the end # Notify slack in the end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment