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\"."