Don't Double Upstream

This commit is contained in:
Bud Gidiere 2020-08-06 09:09:01 -05:00
parent d4cec7deba
commit 318fe9d893
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
git submodule update --init -f
cd $1
cd Tuinity
git clean -fx

View File

@ -87,7 +87,6 @@ case "$1" in
"f" | "fu" | "full" | "fullbuild")
(
echo "$JAVA_VERSION"
$scriptdir/initUpstream.sh "$basedir" || exit 1
basedir
$scriptdir/updateUpstream.sh "$basedir" || exit 1
set -e