Replace trigger with the new ID of the docs project

[ci skip]
This commit is contained in:
Achilleas Pipinellis 2016-11-07 21:45:28 +01:00
parent 6be0c160d3
commit d92c0037e1
1 changed files with 1 additions and 1 deletions

View File

@ -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