From b9fc984dc9200b2e565ff5f87618b00805112e8c Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 28 Jun 2025 00:01:49 -0700 Subject: [PATCH] Test --- unity-command/Dockerfile | 2 +- unity-command/entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unity-command/Dockerfile b/unity-command/Dockerfile index 7148c59..084be27 100644 --- a/unity-command/Dockerfile +++ b/unity-command/Dockerfile @@ -21,4 +21,4 @@ COPY scripts/. /scripts # --mount=type=secret,id=PASSWORD \ # bash /scripts/activate_license.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 20cab3b..cec546d 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -25,8 +25,8 @@ else echo " unity-editor $DEFAULT_ARGS $COMMAND" unity-editor $DEFAULT_ARGS $COMMAND fi -RESULT=$? -echo "Unity command exited with code: $RESULT" +#RESULT=$? +#echo "Unity command exited with code: $RESULT" echo "::endgroup::" #echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"