Cog/ci_scripts/ci_pre_xcodebuild.sh
Christopher Snowhill c54062f4bf 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>
2022-07-06 04:37:59 -07:00

11 lines
198 B
Bash
Executable file

#!/bin/sh
BASEDIR=$(dirname "$0")
git=$(which git)
REPO_ROOT_PATH=$("$git" rev-parse --show-toplevel)
"$git" -C "$REPO_ROOT_PATH" fetch --unshallow --tags
"${BASEDIR}/../Scripts/genversion.sh"