This commit is contained in:
JustArchi
2018-10-13 01:40:52 +02:00
parent 577833c324
commit 9cda8f4e7e

2
cc.sh
View File

@@ -45,7 +45,7 @@ fi
dotnet --info
if [[ "$PULL" -eq 1 && -d ".git" ]] && hash git 2>/dev/null; then
git pull || true
git pull --recurse-submodules || true
fi
if [[ ! -f "$SOLUTION" ]]; then