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/29 03:25:23 UTC

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

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:
users@infra.apache.org


With regards,
Apache Git Services