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
pull/16/head
Dan Vicarel 2020-01-13 18:36:17 -05:00
parent d96e7723e4
commit fb5e26daa1
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

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