You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/04/18 20:18:49 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: Fix comments in setup.sh to reflect why we are cloning repos. (#40)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 460025b  Fix comments in setup.sh to reflect why we are cloning repos. (#40)
460025b is described below

commit 460025b6997d49d9cc8c1e087cd31998a4a4d7b7
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Wed Apr 18 15:18:47 2018 -0500

    Fix comments in setup.sh to reflect why we are cloning repos. (#40)
---
 tools/travis/setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index c74fad6..3424cdb 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -24,11 +24,11 @@ SCRIPTDIR=$(cd $(dirname "$0") && pwd)
 ROOTDIR="$SCRIPTDIR/../.."
 HOMEDIR="$SCRIPTDIR/../../../"
 
-# clone OpenWhisk repo. in order to run scanCode.py
+# clone OpenWhisk utilities repo. in order to run scanCode
 cd $HOMEDIR
 git clone https://github.com/apache/incubator-openwhisk-utilities.git
 
-# OpenWhisk stuff
+# clone main openwhisk repo. for testing purposes
 git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
 cd openwhisk
 ./tools/travis/setup.sh

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.