We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2757ca0 commit 6c05dd5Copy full SHA for 6c05dd5
scripts/build.sh
@@ -6,7 +6,7 @@ set -euo pipefail
6
# Extract full version from src/firecracker/swagger/firecracker.yaml
7
FC_VERSION=$(awk '/^info:/{flag=1} flag && /^ version:/{print $2; exit}' src/firecracker/swagger/firecracker.yaml)
8
commit_hash=$(git rev-parse --short=7 HEAD)
9
-version_name="v${FC_VERSION}_g${commit_hash}"
+version_name="v${FC_VERSION}_${commit_hash}"
10
echo "Version name: $version_name"
11
12
echo "Starting to build Firecracker version: $version_name"
0 commit comments