K that didn't work, trying changes in entrypoint.sh...
Probly didn't work cause activate.sh was failing, so build.sh was never invokedpull/16/head
parent
d96e7723e4
commit
fb5e26daa1
|
@ -4,6 +4,9 @@
|
||||||
# Run steps
|
# Run steps
|
||||||
#
|
#
|
||||||
|
|
||||||
|
echo "Stuff is working??"
|
||||||
|
exit 0
|
||||||
|
|
||||||
source /steps/activate.sh
|
source /steps/activate.sh
|
||||||
source /steps/build.sh
|
source /steps/build.sh
|
||||||
source /steps/return_license.sh
|
source /steps/return_license.sh
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
# Set project path
|
# Set project path
|
||||||
#
|
#
|
||||||
|
|
||||||
echo "Stuff is working??"
|
|
||||||
|
|
||||||
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
|
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
|
||||||
echo "Using project path \"$UNITY_PROJECT_PATH\"."
|
echo "Using project path \"$UNITY_PROJECT_PATH\"."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue