jasonpet commented on a change in pull request #6: import correction URL: https://github.com/apache/incubator-openwhisk-package-deploy/pull/6#discussion_r154141645
########## File path: tools/travis/build.sh ########## @@ -1,9 +1,11 @@ #!/bin/bash +set -e + # Build script for Travis-CI. SCRIPTDIR=$(cd $(dirname "$0") && pwd) ROOTDIR="$SCRIPTDIR/../.." -WHISKDIR="$ROOTDIR/openwhisk" +WHISKDIR="$ROOTDIR/../openwhisk" Review comment: this will not work unless you change the location of where you cloned the openwhisk dir, which you have not done ---------------------------------------------------------------- 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
