Update .gitlab-ci.yml file

This commit is contained in:
KD
2025-03-15 00:18:07 +00:00
parent be2025cc0f
commit 7bde1f3918

View File

@@ -48,7 +48,8 @@ extract_version:
- apk add --no-cache jq
- VERSION=$(jq -r '.package.version' Cargo.toml)
- if [ $? -ne 0 ]; then echo "Error extracting version"; exit 1; fi
- echo "Extracted version: $VERSION"
- echo "Extracted version is"
- echo "$VERSION"
- echo "VERSION=$VERSION" > version.env
artifacts:
reports: