mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Fix command
This commit is contained in:
parent
33bdbf6aff
commit
293d5747e6
5
dist/platforms/ubuntu/entrypoint.sh
vendored
5
dist/platforms/ubuntu/entrypoint.sh
vendored
@ -13,7 +13,6 @@ mkdir -p "/home/$USERNAME"
|
|||||||
chown $USERNAME:$GROUPNAME "/home/$USERNAME"
|
chown $USERNAME:$GROUPNAME "/home/$USERNAME"
|
||||||
|
|
||||||
# Switch to the host user so we can create files with the correct ownership
|
# Switch to the host user so we can create files with the correct ownership
|
||||||
su - $USERNAME -c 'source /steps/runsteps.sh'
|
su - $USERNAME -c "$SHELL -c 'source /steps/runsteps.sh'"
|
||||||
|
|
||||||
# Exiting main script
|
exit $?
|
||||||
exit $BUILD_EXIT_CODE
|
|
||||||
|
Loading…
Reference in New Issue
Block a user