Merge "Add call to run shellcheck"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Mon, 13 Feb 2017 09:02:56 +0000 (09:02 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 13 Feb 2017 09:02:56 +0000 (09:02 +0000)
jjb/copper/copper.yml

index eff66ba..ea1af47 100644 (file)
 
     builders:
         - shell: |
-            echo "Nothing to verify!"
+            #!/bin/bash
+            set -o errexit
+            set -o nounset
+            set -o pipefail
+
+            cd $WORKSPACE/ci
+            shellcheck -f tty tests/*.sh