lzbj commented on a change in pull request #285: update travis script to point to new location of openwhisk repo URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/285#discussion_r124704395
########## File path: tools/travis/install_openwhisk.sh ########## @@ -4,7 +4,7 @@ HOMEDIR="$(dirname "$TRAVIS_BUILD_DIR")" cd $HOMEDIR # OpenWhisk stuff -git clone --depth 3 https://github.com/openwhisk/openwhisk.git +git clone --depth 3 https://github.com/apache/incubator-openwhisk.git # Build script for Travis-CI. WHISKDIR="$HOMEDIR/openwhisk" Review comment: correct, we need to change to WHISKDIR="$HOMEDIR/incubator-openwhisk" ---------------------------------------------------------------- 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
