From df74f5ebe79c3cd862014e142897f616f1d330f0 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 6 Jul 2022 04:13:30 -0700 Subject: [PATCH] Fix Xcode Cloud CI script to fetch tags The script needs to fetch repository tags to function properly. Signed-off-by: Christopher Snowhill --- ci_scripts/ci_post_clone.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 9d6cd1768..cc16eb3b0 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -2,6 +2,10 @@ BASEDIR=$(dirname "$0") +git=$(which git) + "${BASEDIR}/../Scripts/extract_libraries.sh" +"$git" -C "${BASEDIR}/.." fetch --tags + "${BASEDIR}/../Scripts/genversion.sh"