From f0c74910299174ac5e218b1fc72c0f740e1f60c7 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 1 Feb 2023 04:54:52 +0100 Subject: [PATCH] Use 'main' as branch component in kitmaker archive Signed-off-by: Evan Lezar --- scripts/release-kitmaker-artifactory.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release-kitmaker-artifactory.sh b/scripts/release-kitmaker-artifactory.sh index 83963eef..6807f28a 100755 --- a/scripts/release-kitmaker-artifactory.sh +++ b/scripts/release-kitmaker-artifactory.sh @@ -75,7 +75,8 @@ function extract_info() { } IMAGE_EPOCH=$(extract_info "IMAGE_EPOCH") -GIT_BRANCH=$(extract_info "GIT_BRANCH") +# Note we use the main branch for the kitmaker archive. +GIT_BRANCH=main GIT_COMMIT=$(extract_info "GIT_COMMIT") VERSION=$(extract_info "PACKAGE_VERSION")