From f9b4967de9250ac844d1369896cea7b2592d6322 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 12 Nov 2024 08:50:06 -0800 Subject: [PATCH] Fetch tags to ensure 'git describe' reports the version properly --- ci/scripts/bootstrap_local_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/bootstrap_local_ci.sh b/ci/scripts/bootstrap_local_ci.sh index f1ff55bb2..0a0462d43 100755 --- a/ci/scripts/bootstrap_local_ci.sh +++ b/ci/scripts/bootstrap_local_ci.sh @@ -21,6 +21,7 @@ cd mrc/ git checkout ${GIT_BRANCH} git pull git checkout ${GIT_COMMIT} +git fetch --tags export MRC_ROOT=$(pwd) export WORKSPACE=${MRC_ROOT}