From: Aimee Ukasick Date: Mon, 27 Feb 2017 22:14:06 +0000 (-0600) Subject: Comment out shellcheck job X-Git-Tag: danube.1.0~196 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=92f191536df48cb97b312b70f6f5fb02a29d7e67;p=releng.git Comment out shellcheck job 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 --- diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml index b65466e01..e380fd555 100644 --- a/jjb/copper/copper.yml +++ b/jjb/copper/copper.yml @@ -64,4 +64,4 @@ set -o nounset set -o pipefail - shellcheck -f tty tests/*.sh + # shellcheck -f tty tests/*.sh diff --git a/jjb/models/models.yml b/jjb/models/models.yml index f419c8821..89d22bcbd 100644 --- a/jjb/models/models.yml +++ b/jjb/models/models.yml @@ -64,4 +64,4 @@ set -o nounset set -o pipefail - shellcheck -f tty tests/*.sh + # shellcheck -f tty tests/*.sh diff --git a/jjb/ves/ves.yml b/jjb/ves/ves.yml index 5f0da3320..3d3ba2ca8 100644 --- a/jjb/ves/ves.yml +++ b/jjb/ves/ves.yml @@ -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