Followup Stock Eggs #1973 (#1982)

This commit is contained in:
MartinOscar 2025-12-10 19:41:56 +00:00 committed by GitHub
parent 091ca5447a
commit 3939c409c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ scripts:
fi
curl -o ${SERVER_JARFILE} https://ci.md-5.net/job/BungeeCord/${BUNGEE_VERSION}/artifact/bootstrap/target/BungeeCord.jar
container: 'ghcr.io/parkervcp/installers:alpine'
container: 'ghcr.io/pelican-eggs/installers:alpine'
entrypoint: ash
variables:
-

View File

@ -89,7 +89,7 @@ scripts:
if [ ! -f server.properties ]; then
echo -e "Downloading MC server.properties"
curl -o server.properties https://raw.githubusercontent.com/parkervcp/eggs/master/minecraft/java/server.properties
curl -o server.properties https://raw.githubusercontent.com/pelican-eggs/eggs/master/minecraft/java/server.properties
fi
container: 'ghcr.io/pelican-eggs/installers:alpine'
entrypoint: ash