Update simnet tests to v4 (#3136)

* Update simnet tests to v4

* CI: revert me

* Revert "CI: revert me"

This reverts commit 2693b0640a0410bdf608ccdbb0422b831c5283e8.

Co-authored-by: Denis P <denis.pisarev@parity.io>
This commit is contained in:
radupopa2010
2021-05-31 14:37:24 +02:00
committed by GitHub
parent fe97d7eb16
commit a7a0270a9f
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Triggering Simnet pipeline."
curl --silent \
-X POST \
-F "token=${CI_JOB_TOKEN}" \
-F "ref=v3" `# trigger the pinned version of simnet CI config` \
-F "ref=v4" `# trigger the pinned version of simnet CI config` \
-F "variables[TRGR_PROJECT]=${TRGR_PROJECT}" \
-F "variables[TRGR_REF]=${TRGR_REF}" \
-F "variables[IMAGE_NAME]=${IMAGE_NAME}" \