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"