Fix mkdotgame

This commit is contained in:
zontreck 2025-07-06 21:51:31 -07:00
parent 43c84adfce
commit 05a5515221
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ RUN apt-get upgrade -y
RUN apt-get install -y temurin-21-jdk curl wget moreutils && apt-get clean -y
ENV JENKINS_VERSION 2.514
ENV JENKINS_VERSION 2.517
USER root
WORKDIR /

View file

@ -3,9 +3,9 @@
VERSION=$VSAPI # predetermined version
if [ -z "$1" ]; then
local version=$VERSION
version=$VERSION
else
local version=$1
version=$1
fi
rm .game || true