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

CI: fix env file location (#8417)

parent 0a80f7b7
Branches
No related merge requests found
......@@ -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"
......
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