Skip to content

Commit 6c05dd5

Browse files
committed
Remove g
1 parent 2757ca0 commit 6c05dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# Extract full version from src/firecracker/swagger/firecracker.yaml
77
FC_VERSION=$(awk '/^info:/{flag=1} flag && /^ version:/{print $2; exit}' src/firecracker/swagger/firecracker.yaml)
88
commit_hash=$(git rev-parse --short=7 HEAD)
9-
version_name="v${FC_VERSION}_g${commit_hash}"
9+
version_name="v${FC_VERSION}_${commit_hash}"
1010
echo "Version name: $version_name"
1111

1212
echo "Starting to build Firecracker version: $version_name"

0 commit comments

Comments
 (0)