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 1afd2a8 commit 1eb7729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ case "$OPTION" in
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
fi
PROFILE=${OPTION_ARGUMENT01}
DIR=${OPTION_ARGUMENT02}
Expand Down

0 comments on commit 1eb7729

Please sign in to comment.