Cog/ci_scripts/ci_post_clone.sh
Christopher Snowhill df74f5ebe7 Fix Xcode Cloud CI script to fetch tags
The script needs to fetch repository tags to function properly.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-06 04:14:24 -07:00

11 lines
178 B
Bash
Executable file

#!/bin/sh
BASEDIR=$(dirname "$0")
git=$(which git)
"${BASEDIR}/../Scripts/extract_libraries.sh"
"$git" -C "${BASEDIR}/.." fetch --tags
"${BASEDIR}/../Scripts/genversion.sh"