mrutkows 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_r124045371
########## 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 Review comment: to preserve paths to an "/openwhisk" do we want to use: git clone --depth 3 https://github.com/apache/incubator-openwhisk.git openwhisk to not create an "incubator-openwhisk" directory which might cause other issues? ---------------------------------------------------------------- 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
