Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
temp echo to troubleshoot build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dogeared committed Mar 14, 2017
1 parent 3c7bbb5 commit 1afd2a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ case "$OPTION" in
;;
run)
SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd)
CI_DIR_CONTENTS=`ls $SCRIPT_DIR/ci`
echo "CI DIR Contents:"
echo $CI_DIR_CONTENTS
if [ -e "$SCRIPT_DIR/ci/stormpath_env.sh" ]; then
source ${SCRIPT_DIR}/ci/stormpath_env.sh
export STORMPATH_APPLICATION_HREF=$STORMPATH_TEST_APPLICATION_HREF
Expand Down

0 comments on commit 1afd2a8

Please sign in to comment.