Fix GitLab CI error
This commit is contained in:
parent
cf605ebb91
commit
f482ddf86b
1 changed files with 6 additions and 4 deletions
|
@ -43,8 +43,10 @@ build-production:
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
stage: deploy-docs
|
stage: deploy-docs
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
before_script: apk add curl
|
before_script:
|
||||||
script: curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
- apk add curl
|
||||||
|
script:
|
||||||
|
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- develop
|
||||||
|
|
Loading…
Reference in a new issue