You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/26 15:45:35 UTC

[GitHub] mrutkows commented on a change in pull request #285: update travis script to point to new location of openwhisk repo

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_r124045523
 
 

 ##########
 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:
   if we clone incubator-openwhisk, will this directory still exist?
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services