mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
CI: fix env file location (#8417)
This commit is contained in:
@@ -520,8 +520,8 @@ build-rust-doc:
|
||||
- buildah push --format=v2s2 "$IMAGE_NAME:$VERSION"
|
||||
- buildah push --format=v2s2 "$IMAGE_NAME:latest"
|
||||
# pass artifacts to the trigget-simnet job
|
||||
- echo "VERSION=${VERSION}" > artifacts/${PRODUCT}/build.env
|
||||
- echo "TRIGGERER=${CI_PROJECT_NAME}" >> artifacts/${PRODUCT}/build.env
|
||||
- echo "VERSION=${VERSION}" > build.env
|
||||
- echo "TRIGGERER=${CI_PROJECT_NAME}" >> build.env
|
||||
after_script:
|
||||
- buildah logout "$IMAGE_NAME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user