Merge branch 'fix/deploy-api-docs-2-electric-boogalo' into 'develop'

CI: Forgot $ in spec-deploy

See merge request pleroma/pleroma!3298
This commit is contained in:
rinpatch 2021-02-03 15:01:08 +00:00
commit d2acf3a92f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ spec-deploy:
before_script:
- apk add curl
script:
- curl -X POST -F"token=$API_DOCS_PIPELINE_TRIGGER" -F'ref=master' -F"variables[BRANCH]=$CI_COMMIT_REF_NAME" -F"variables[JOB_REF]=CI_JOB_ID" https://git.pleroma.social/api/v4/projects/1130/trigger/pipeline
- curl -X POST -F"token=$API_DOCS_PIPELINE_TRIGGER" -F'ref=master' -F"variables[BRANCH]=$CI_COMMIT_REF_NAME" -F"variables[JOB_REF]=$CI_JOB_ID" https://git.pleroma.social/api/v4/projects/1130/trigger/pipeline
stop_review_app: