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

Commit 1eb7729

Browse files
committed
temp echo to troubleshoot build issues
1 parent 1afd2a8 commit 1eb7729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tck.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ case "$OPTION" in
4646
SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd)
4747
CI_DIR_CONTENTS=`ls $SCRIPT_DIR/ci`
4848
echo "CI DIR Contents:"
49-
echo $CI_DIR_CONTENTS
5049
if [ -e "$SCRIPT_DIR/ci/stormpath_env.sh" ]; then
5150
source ${SCRIPT_DIR}/ci/stormpath_env.sh
52-
export STORMPATH_APPLICATION_HREF=$STORMPATH_TEST_APPLICATION_HREF
5351
fi
5452
PROFILE=${OPTION_ARGUMENT01}
5553
DIR=${OPTION_ARGUMENT02}

0 commit comments

Comments
 (0)