CI: Forgot $ in spec-deploy
authorrinpatch <rinpatch@sdf.org>
Wed, 3 Feb 2021 15:00:04 +0000 (18:00 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 3 Feb 2021 15:00:04 +0000 (18:00 +0300)
.gitlab-ci.yml

index ed145df529f3a5695351587448c59a6aeb68b8ba..0fec893684a316ad4ecf15db972b2381a458ca17 100644 (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: