From f1c796c83f10c3c588d64d0039390f7cace24b29 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sun, 19 Nov 2023 23:00:38 -0800 Subject: [PATCH] Remove license activation dir --- dist/platforms/ubuntu/entrypoint.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index b049b5a0..f4e21577 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -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 #