diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-07 20:50:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-07 20:50:18 +0000 |
commit | a6b4975724c50bc09206c0201f159c65e610859e (patch) | |
tree | 657aab0ff2d42df2d8528aa32ec5c0bfaabffab3 | |
parent | 107e8e41aff33727e0bbe8b113a013259b9d73ff (diff) | |
parent | d92c0037e1ad9f538d2f42f78349abdae7c01d75 (diff) | |
download | gitlab-ce-a6b4975724c50bc09206c0201f159c65e610859e.tar.gz |
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
-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 |