Remove license activation dir

This commit is contained in:
Andrew Kahr 2023-11-19 23:00:38 -08:00
parent 548d06774a
commit f1c796c83f

View File

@ -13,13 +13,6 @@ 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 ' su - $USERNAME -c '
#
# Create directory for license activation
#
ACTIVATE_LICENSE_PATH="$GITHUB_WORKSPACE/_activate-license~"
mkdir -p "$ACTIVATE_LICENSE_PATH"
# #
# Run steps # Run steps
# #
@ -29,13 +22,6 @@ su - $USERNAME -c '
source /steps/build.sh source /steps/build.sh
source /steps/return_license.sh source /steps/return_license.sh
#
# Remove license activation directory
#
rm -r "$ACTIVATE_LICENSE_PATH"
chmod -R 777 "/BlankProject"
# #
# Instructions for debugging # Instructions for debugging
# #