Attempt for one last time to fix Xcode Cloud

This should hammer fix it. That'll show them for forcing a shallow
commit on me.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
xcode15
Christopher Snowhill 2022-07-06 04:37:59 -07:00
parent 6984ce326c
commit 36d8fa5ba5
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ BASEDIR=$(dirname "$0")
git=$(which git)
"$git" -C "${BASEDIR}/.." fetch --tags
REPO_ROOT_PATH=$("$git" rev-parse --show-toplevel)
"$git" -C "$REPO_ROOT_PATH" fetch --unshallow --tags
"${BASEDIR}/../Scripts/genversion.sh"