Merge "Add call to run shellcheck"
[releng.git] / 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