From fb5e26daa15a37c2be261d4fea92bd62010a6ab0 Mon Sep 17 00:00:00 2001 From: Dan Vicarel Date: Mon, 13 Jan 2020 18:36:17 -0500 Subject: [PATCH] K that didn't work, trying changes in entrypoint.sh... Probly didn't work cause activate.sh was failing, so build.sh was never invoked --- builder/entrypoint.sh | 3 +++ builder/steps/build.sh | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/builder/entrypoint.sh b/builder/entrypoint.sh index 38c11a0d..30bc7022 100644 --- a/builder/entrypoint.sh +++ b/builder/entrypoint.sh @@ -4,6 +4,9 @@ # Run steps # +echo "Stuff is working??" +exit 0 + source /steps/activate.sh source /steps/build.sh source /steps/return_license.sh diff --git a/builder/steps/build.sh b/builder/steps/build.sh index d7320ccb..9b50e39b 100644 --- a/builder/steps/build.sh +++ b/builder/steps/build.sh @@ -4,8 +4,6 @@ # Set project path # -echo "Stuff is working??" - UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH echo "Using project path \"$UNITY_PROJECT_PATH\"."