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

Commit 8637260

Browse files
committed
updating scan code to run on this repo
1 parent 9686477 commit 8637260

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)