This commit is contained in:
2025-06-28 00:01:49 -07:00
parent 7ef87d1d7f
commit b9fc984dc9
2 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ COPY scripts/. /scripts
# --mount=type=secret,id=PASSWORD \
# bash /scripts/activate_license.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -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"