From 6d87a92844ffc1020b5312b433697fd3307f5997 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Thu, 30 Jun 2022 20:20:26 -0400 Subject: [PATCH] try deleting activate license file --- dist/steps/run_tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 97c2b6f..264c2b2 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -49,6 +49,12 @@ if [ "$PACKAGE_MODE" = "true" ]; then echo "###########################" echo "" + # delete the file _activate-license if it exists + if [ -f "$UNITY_PROJECT_PATH/_activate-license" ]; then + echo "Deleting _activate-license file." + rm "$UNITY_PROJECT_PATH/_activate-license" + fi + ls "$UNITY_PROJECT_PATH" echo ""