This is an automated email from the ASF dual-hosted git repository.
pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 7112143 Update build to use latest scancode .cfg for .md and .sh
(#3602)
7112143 is described below
commit 7112143d61dbe58eacb5b9ee683dc15f152fadc1
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue May 1 21:13:14 2018 -0500
Update build to use latest scancode .cfg for .md and .sh (#3602)
---
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 2a03a48..405b854 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -31,7 +31,7 @@ git clone
https://github.com/apache/incubator-openwhisk-utilities.git
# run the scancode util. against project source code starting at its root
cd $UTILDIR
-scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
+scancode/scanCode.py --config scancode/ASF-Release-v2.cfg $ROOTDIR
# run scalafmt checks
cd $ROOTDIR
--
To stop receiving notification emails like this one, please contact
[email protected].