Maker update script also run the forge update step

This commit is contained in:
Petr Mrázek 2017-04-02 19:15:01 +02:00
parent ed91f63702
commit fb1d3747a6

View File

@ -23,6 +23,7 @@ function fail_out {
currentDate=`date --iso-8601`
./updateMojang.py || fail_in
./updateForge.py || fail_in
cd "${BASEDIR}/${UPSTREAM_DIR}"
git add mojang/version_manifest.json mojang/versions/* mojang/assets/* forge/*.json || fail_in
if ! git diff --cached --exit-code ; then