CI: fix env file location (#8417)

This commit is contained in:
Denis Pisarev
2021-03-22 14:57:58 +01:00
committed by GitHub
parent 0a80f7b752
commit 80ba1f2cda
+2 -2
View File
@@ -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"