Improved debug line in builder/index.js and added debug lines to shell scripts

pull/16/head
Dan Vicarel 2020-01-14 01:35:05 -05:00
parent 244a789f99
commit 14c06b528a
4 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
echo "In activate.sh"
if [[ -n "$UNITY_LICENSE" ]]; then
#
# PERSONAL LICENSE MODE

View File

@ -4,6 +4,8 @@
# Set project path
#
echo "In build.sh"
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
echo "Using project path \"$UNITY_PROJECT_PATH\"."

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
echo "In return_license.sh"
if [[ -n "$UNITY_SERIAL" ]]; then
#
# PROFESSIONAL (SERIAL) LICENSE MODE