mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
pass COLLATOR_IMAGE var to simnet (#2904)
This commit is contained in:
@@ -320,7 +320,8 @@ publish-adder-collator-image:
|
|||||||
after_script:
|
after_script:
|
||||||
- buildah logout "$IMAGE_NAME"
|
- buildah logout "$IMAGE_NAME"
|
||||||
# pass artifacts to the trigger-simnet job
|
# pass artifacts to the trigger-simnet job
|
||||||
- echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" > ./artifacts/collator.env
|
- echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
|
||||||
|
- echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
# this artifact is used in trigger-simnet job
|
# this artifact is used in trigger-simnet job
|
||||||
|
|||||||
Reference in New Issue
Block a user