summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2024-07-02 15:22:49 +0300
committerSefa Eyeoglu <contact@scrumplex.net>2026-03-21 10:49:46 +0100
commit2ee9cf8ed9cba14501be93fa5df932f310d5741e (patch)
tree2eb8292b3f0e4f6722227581376a8e46ead2b27b
parent9dd74cdf487e19a3cf0b60c224a2c798471a493a (diff)
downloadProject-Tick-2ee9cf8ed9cba14501be93fa5df932f310d5741e.tar.gz
Project-Tick-2ee9cf8ed9cba14501be93fa5df932f310d5741e.zip
allways pull latest changes for upstream and launcher repos
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 9690517e40..15df54e2b0 100755
--- a/update.sh
+++ b/update.sh
@@ -33,6 +33,7 @@ function launcher_git() {
currentDate=$(date -I)
upstream_git reset --hard HEAD || exit 1
+upstream_git pull
python -m meta.run.update_mojang || fail_in
python -m meta.run.update_forge || fail_in
@@ -57,6 +58,7 @@ if [ "${DEPLOY_TO_GIT}" = true ]; then
fi
launcher_git reset --hard HEAD || exit 1
+launcher_git pull
python -m meta.run.generate_mojang || fail_out
python -m meta.run.generate_forge || fail_out