mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Remove license activation dir
This commit is contained in:
parent
548d06774a
commit
f1c796c83f
14
dist/platforms/ubuntu/entrypoint.sh
vendored
14
dist/platforms/ubuntu/entrypoint.sh
vendored
@ -13,13 +13,6 @@ chown $USERNAME:$GROUPNAME "/home/$USERNAME"
|
||||
|
||||
# Switch to the host user so we can create files with the correct ownership
|
||||
su - $USERNAME -c '
|
||||
#
|
||||
# Create directory for license activation
|
||||
#
|
||||
|
||||
ACTIVATE_LICENSE_PATH="$GITHUB_WORKSPACE/_activate-license~"
|
||||
mkdir -p "$ACTIVATE_LICENSE_PATH"
|
||||
|
||||
#
|
||||
# Run steps
|
||||
#
|
||||
@ -29,13 +22,6 @@ su - $USERNAME -c '
|
||||
source /steps/build.sh
|
||||
source /steps/return_license.sh
|
||||
|
||||
#
|
||||
# Remove license activation directory
|
||||
#
|
||||
|
||||
rm -r "$ACTIVATE_LICENSE_PATH"
|
||||
chmod -R 777 "/BlankProject"
|
||||
|
||||
#
|
||||
# Instructions for debugging
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user