diff options
author | rinpatch <rinpatch@sdf.org> | 2021-02-03 18:00:04 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-02-03 18:00:04 +0300 |
commit | c47ca9959292fdd9058ab98b922139be07198946 (patch) | |
tree | 09d0b3d908fa3d59438a1e5e2b5a37b93a3c678b | |
parent | 859309e1167e23f3cb6d9f68a6a079b19e5a5e16 (diff) | |
download | pleroma-c47ca9959292fdd9058ab98b922139be07198946.tar.gz |
CI: Forgot $ in spec-deploy
-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 ed145df52..0fec89368 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |