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 #