Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit bea90e0

Browse files
authored
Merge pull request #2 from beemarie/scan_code
updating scan code to run on only this repo
2 parents ad9f8fb + 8637260 commit bea90e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPLOYDIR="$ROOTDIR/packageDeploy"
88

99
cd $WHISKDIR
1010

11-
tools/build/scanCode.py $ROOTDIR
11+
tools/build/scanCode.py "$SCRIPTDIR/../.."
1212

1313
# No point to continue with PRs, since encryption is on
1414
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi

0 commit comments

Comments
 (0)