Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-08 11:46:46 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-08 11:47:16 +0300
commitb0113600caddefb93576bb21f70b612778f10d65 (patch)
treec830fc2e3a843c8ce50773fdc14a6844bf637ccd /README.md
parentfb0fc7d623ee33d529933998fa8763f12e60b627 (diff)
Use new project ID and restrict to canonical repo
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34ced533..d8aa57de 100644
--- a/README.md
+++ b/README.md
@@ -152,9 +152,9 @@ To add a new trigger for another project:
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
+ - master@gitlab-org/gitlab-ce
```
>**Note:**