update test
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Successful in 8s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push bukkit (push) Successful in 17s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push forge (push) Successful in 17s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push neoforged (push) Successful in 18s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push quilt (push) Successful in 13s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing (push) Successful in 13s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 9s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 7s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 21s
Build and Push Minecraft Docker Images on Debian-base update / Docker prune (vm-docker-build2) (push) Successful in 6s

This commit is contained in:
2026-07-16 14:51:03 -07:00
parent ce4b826fd9
commit 59bdf4b24a
+1 -1
View File
@@ -56,7 +56,7 @@ if [ $MC_TYPE = "vanilla" ]; then
echo " " echo " "
echo "INFO ! Cleaning old files." echo "INFO ! Cleaning old files."
mkdir -p $MC_DIR/old-server-versions/ mkdir -p $MC_DIR/old-server-versions/
mv $MC_DIR/MCserver-*.jar $MC_DIR/old-server-versions/ mv $MC_DIR/*.jar $MC_DIR/old-server-versions/
wget --no-cache --show-progress --progress=bar:force:noscroll $MC_SERVER_FILE -O $MC_DIR/MCserver-$MC_VERSION.jar wget --no-cache --show-progress --progress=bar:force:noscroll $MC_SERVER_FILE -O $MC_DIR/MCserver-$MC_VERSION.jar
chmod +x $MC_DIR/MCserver-$MC_VERSION.jar chmod +x $MC_DIR/MCserver-$MC_VERSION.jar
fi fi