X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcopper%2Fcopper.yml;h=d06afe4c0274165529ece64cf355b73334a2593f;hb=e34f5a8852f9c7b6d83b44c642e534b42df12cd9;hp=eff66ba29b4a353a86c248d12435936206ba1e66;hpb=acfcb609e3473eda5e86b4b7b16400f25898f1a3;p=releng.git diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml index eff66ba29..d06afe4c0 100644 --- a/jjb/copper/copper.yml +++ b/jjb/copper/copper.yml @@ -53,10 +53,16 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' + disable-strict-forbidden-file-verification: 'true' forbidden-file-paths: - compare-type: ANT pattern: 'docs/**|.gitignore' builders: - shell: | - echo "Nothing to verify!" + #!/bin/bash + set -o errexit + set -o nounset + set -o pipefail + + # shellcheck -f tty tests/*.sh