diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-07 21:45:28 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-07 21:47:30 +0100 |
commit | d92c0037e1ad9f538d2f42f78349abdae7c01d75 (patch) | |
tree | 2c2c759909a4abdf516b497b1d3830b9b2909a03 | |
parent | 6be0c160d346c67967e541a76b6fbf6fc1ba2456 (diff) | |
download | gitlab-ce-d92c0037e1ad9f538d2f42f78349abdae7c01d75.tar.gz |
Replace trigger with the new ID of the docs project
[ci skip]
-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 d04069df885..195783454f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |