This commit is contained in:
JustArchi 2018-12-26 02:53:06 +01:00
parent f45717cb1a
commit c73536733a

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 --recurse-submodules || true
git pull --recurse-submodules=on-demand || true
fi
if [[ ! -f "$SOLUTION" ]]; then