Skip to content
Snippets Groups Projects
Commit 0a80f7b7 authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

CI: address the bug with .env (#8404)

parent 5087634c
Branches
No related merge requests found
......@@ -519,6 +519,10 @@ build-rust-doc:
- buildah info
- 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
after_script:
- buildah logout "$IMAGE_NAME"
publish-docker-substrate:
......@@ -530,8 +534,6 @@ publish-docker-substrate:
variables:
<<: *docker-build-vars
PRODUCT: substrate
after_script:
- echo "VERSION=${VERSION}" >> build.env
artifacts:
reports:
# this artifact is used in trigger-simnet job
......
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