Commit 642185e5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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

parent ebca1af3
...@@ -320,9 +320,9 @@ trigger_docs: ...@@ -320,9 +320,9 @@ trigger_docs:
cache: {} cache: {}
artifacts: {} artifacts: {}
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]=ee https://gitlab.com/api/v3/projects/38069/trigger/builds"
only: only:
- master - master@gitlab-org/gitlab-ee
# 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