Skip to content

Commit

Permalink
use v3.x.x branch (#37 in Gitlab mirrored poject) (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov authored Oct 21, 2022
1 parent f06c961 commit 0c98a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/trigger_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "https://${CI_SERVER_HOST}/api/v4/projects/${DWNSTRM_ID}/trigger/pipeline"
curl --silent \
-X POST \
-F "token=${CI_JOB_TOKEN}" \
-F "ref=master" \
-F "ref=37" \
-F "variables[TRGR_PROJECT]=${TRGR_PROJECT}" \
-F "variables[TRGR_REF]=${TRGR_REF}" \
"https://${CI_SERVER_HOST}/api/v4/projects/${DWNSTRM_ID}/trigger/pipeline" | \
Expand Down

0 comments on commit 0c98a39

Please sign in to comment.