Unverified Commit 54e610bd authored by Radu Popa's avatar Radu Popa Committed by GitHub
Browse files

pass COLLATOR_IMAGE var to simnet (#2904)

parent 2a058137
Pipeline #135126 failed with stages
in 23 minutes and 32 seconds
......@@ -320,7 +320,8 @@ publish-adder-collator-image:
after_script:
- buildah logout "$IMAGE_NAME"
# 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:
reports:
# this artifact is used in trigger-simnet job
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment