commit | 3bc2b67c60980826ae3e079fd27769da759ee864 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Nov 27 19:44:23 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Tue Nov 27 19:44:23 2018 +0000 |
tree | a3c44c201e1434373168c3ad54bb7b49036f9ae2 | |
parent | 0024038cb51efe0ae6c300abbb4569f8d75365d9 [diff] | |
parent | 28fe5e02bfbd0087322755a9e92edc5eafd1db7a [diff] |
Merge "Adding .lock files to ignore list"
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh index af725f9..80b6a02 100755 --- a/jjb/shell/licensecheck.sh +++ b/jjb/shell/licensecheck.sh
@@ -97,6 +97,7 @@ ! -path "*conf*" \ ! -path "*git*" \ ! -path "*swagger*" \ + ! -path "*.lock*" \ -print0 ) exit ${fail_licensecheck}