Merge branch 'tag_init' of gitlab.com:kdeng00/icarus-models into tag_init

This commit is contained in:
2025-03-14 20:38:33 -04:00

View File

@@ -48,7 +48,8 @@ extract_version:
- apk add --no-cache jq
- VERSION=$(grep 'version = "' Cargo.toml | awk -F'"' '{print $2}' | head -n 1)
- 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: