ddragosd commented on a change in pull request #41: WIP: Add support for scancode in Travis; update README with license & build badges URL: https://github.com/apache/incubator-openwhisk-devtools/pull/41#discussion_r126003300
########## File path: tools/travis/setupscan.sh ########## @@ -0,0 +1,8 @@ +#!/bin/bash + +SCRIPTDIR=$(cd $(dirname "$0") && pwd) +HOMEDIR="$SCRIPTDIR/../../../" + +# clone OpenWhisk utilities repo. in order to run scanCode.py +cd $HOMEDIR +git clone https://github.com/apache/incubator-openwhisk-utilities.git Review comment: ? ---------------------------------------------------------------- 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
