From 86372604f96c165b4fb694dd41452cfdfb914ac6 Mon Sep 17 00:00:00 2001 From: Belinda Date: Fri, 12 Jan 2018 15:38:06 -0500 Subject: [PATCH] updating scan code to run on this repo --- tools/travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/build.sh b/tools/travis/build.sh index 4a4c4ea..c8b0812 100755 --- a/tools/travis/build.sh +++ b/tools/travis/build.sh @@ -8,7 +8,7 @@ DEPLOYDIR="$ROOTDIR/packageDeploy" cd $WHISKDIR -tools/build/scanCode.py $ROOTDIR +tools/build/scanCode.py "$SCRIPTDIR/../.." # No point to continue with PRs, since encryption is on if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi