jjb: infra: bifrost-cleanup-job: Do not trigger on patchset creation
[releng.git] / jjb / copper / copper.yml
index eff66ba..b65466e 100644 (file)
@@ -59,4 +59,9 @@
 
     builders:
         - shell: |
-            echo "Nothing to verify!"
+            #!/bin/bash
+            set -o errexit
+            set -o nounset
+            set -o pipefail
+
+            shellcheck -f tty tests/*.sh