Comment out shellcheck job 57/29457/1
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Mon, 27 Feb 2017 22:14:06 +0000 (16:14 -0600)
committerAimee Ukasick <aimeeu.opensource@gmail.com>
Mon, 27 Feb 2017 22:14:06 +0000 (16:14 -0600)
JIRA: COPPER-35
JIRA: MODELS-47
JIRA: VES-10

Temporary disabling of shellcheck job in Copper, Models, VES.

Change-Id: I6f4eb0a921676d990d951710651e25991543bd08
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
jjb/copper/copper.yml
jjb/models/models.yml
jjb/ves/ves.yml

index b65466e..e380fd5 100644 (file)
@@ -64,4 +64,4 @@
             set -o nounset
             set -o pipefail
 
-            shellcheck -f tty tests/*.sh
+           # shellcheck -f tty tests/*.sh
index f419c88..89d22bc 100644 (file)
@@ -64,4 +64,4 @@
             set -o nounset
             set -o pipefail
 
-            shellcheck -f tty tests/*.sh
+            shellcheck -f tty tests/*.sh
index 5f0da33..3d3ba2c 100644 (file)
@@ -64,5 +64,5 @@
             set -o nounset
             set -o pipefail
 
-            shellcheck -f tty tests/*.sh
-            shellcheck -f tty utils/*.sh
+           # shellcheck -f tty tests/*.sh
+           # shellcheck -f tty utils/*.sh