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
parent
6984ce326c
commit
36d8fa5ba5
|
@ -4,6 +4,8 @@ BASEDIR=$(dirname "$0")
|
||||||
|
|
||||||
git=$(which git)
|
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"
|
"${BASEDIR}/../Scripts/genversion.sh"
|
||||||
|
|
Loading…
Reference in New Issue