summaryrefslogtreecommitdiffstats
path: root/jjb/copper
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/copper')
-rw-r--r--jjb/copper/copper.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml
index eff66ba29..ea1af473c 100644
--- a/jjb/copper/copper.yml
+++ b/jjb/copper/copper.yml
@@ -59,4 +59,10 @@
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