Commit a6b49757 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'change-docs-trigger-id' into 'master'

Replace trigger with the new ID of the docs project

Now that the old docs site is deprecated in
favor of https://gitlab.com/gitlab-com/gitlab-docs

See merge request !7343
parents 107e8e41 d92c0037
......@@ -331,7 +331,7 @@ trigger_docs:
cache: {}
artifacts: {}
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/1794617/trigger/builds"
only:
- master@gitlab-org/gitlab-ce
......
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