Little update
This commit is contained in:
parent
6ffd8075ea
commit
fcdbddb745
2
build.sh
2
build.sh
|
@ -12,7 +12,7 @@ if [ -z "$(git log HEAD..origin/master --oneline)" ]; then
|
||||||
|
|
||||||
mkdir "$1"
|
mkdir "$1"
|
||||||
cd "$1"
|
cd "$1"
|
||||||
java -jar ../BuildTools.jar --rev "$1"
|
java -jar ../BuildTools.jar --rev "$1" -Xmx1024M
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "It looks like there are incomming updates to this repository. Pulling those changes now."
|
echo "It looks like there are incomming updates to this repository. Pulling those changes now."
|
||||||
|
|
Loading…
Reference in New Issue