Remove outdated branch selection from export-pack.sh
This commit is contained in:
parent
a5ebd58b4b
commit
0159b58186
|
|
@ -13,7 +13,7 @@ fi;
|
||||||
# You may need to input login credentials due to the repo being private
|
# You may need to input login credentials due to the repo being private
|
||||||
# If you do, consider running `git config --global credential.helper store`
|
# If you do, consider running `git config --global credential.helper store`
|
||||||
# Warning: saves as plaintext on your disk in your global git directory
|
# Warning: saves as plaintext on your disk in your global git directory
|
||||||
git clone https://patience.nearmisses.xyz/patience/mc_rebalance -b mod $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1
|
git clone https://patience.nearmisses.xyz/patience/mc_rebalance $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1
|
||||||
|
|
||||||
(cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)
|
(cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue