commit | 168732eada74ba1a2b77a8bccd142edf924f277d | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 01 08:57:53 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 01 09:29:43 2019 -0700 |
tree | efa122225a1e6e937a6a01a8b75563e71f0e2fa9 | |
parent | a9d9511a5b54f07aac5ce0d9c03efb737ec7af9b [diff] |
Excluding go.sum and go.mod from license check Moving bbsim test to use go mod Change-Id: I99c22f9d4eef3905ae89a7731f64995e5d917b6b
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh index 217e3b5..445470e 100755 --- a/jjb/shell/licensecheck.sh +++ b/jjb/shell/licensecheck.sh
@@ -103,7 +103,8 @@ ! -path "*conf*" \ ! -path "*git*" \ ! -path "*swagger*" \ + ! -path "go.mod" \ + ! -path "go.sum" \ -print0 ) exit ${fail_licensecheck} -