Docs CI: try $DOCS_TRIGGER_PIPELINE --> $CI_JOB_TOKEN
This commit is contained in:
parent
f482ddf86b
commit
db037c9fbf
|
@ -46,7 +46,7 @@ deploy-docs:
|
||||||
before_script:
|
before_script:
|
||||||
- apk add curl
|
- apk add curl
|
||||||
script:
|
script:
|
||||||
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
- curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- develop
|
||||||
|
|
Loading…
Reference in New Issue