jasonpet commented on a change in pull request #6: import correction URL: https://github.com/apache/incubator-openwhisk-package-deploy/pull/6#discussion_r154131314
########## File path: tools/travis/build.sh ########## @@ -43,11 +46,11 @@ WSK_CLI=$WHISKDIR/bin/wsk AUTH_KEY=$(cat $WHISKDIR/ansible/files/auth.whisk.system) EDGE_HOST=$(grep '^edge.host=' $WHISKPROPS_FILE | cut -d'=' -f2) -# Set Environment -export OPENWHISK_HOME=$WHISKDIR +# Install Package -# Install the package -source $ROOTDIR/packages/installCatalog.sh $AUTH_KEY $EDGE_HOST $WSK_CLI +cat $WHISKDIR/whisk.properties Review comment: you do not need this ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
