From 2e5b7c3a72577b102fb21d268ebf5f5b603a2a20 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 15 Dec 2016 13:25:31 -0600 Subject: Add call to run shellcheck JIRA: COPPER-33 Add call to run shellcheck on tests directory Change-Id: I530e4f6cd8f24f80c818944928a870fa23ed9e60 Signed-off-by: Aimee Ukasick --- jjb/copper/copper.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'jjb/copper/copper.yml') diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml index 80ad9294e..19cd394f1 100644 --- a/jjb/copper/copper.yml +++ b/jjb/copper/copper.yml @@ -63,4 +63,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 -- cgit 1.2.3-korg