diff options
author | Aimee Ukasick <aimeeu.opensource@gmail.com> | 2017-02-27 16:14:06 -0600 |
---|---|---|
committer | Aimee Ukasick <aimeeu.opensource@gmail.com> | 2017-02-27 16:14:06 -0600 |
commit | 92f191536df48cb97b312b70f6f5fb02a29d7e67 (patch) | |
tree | b263e85a37c854dbb8b648e5d467fdecdbe7671c | |
parent | f6bba721fd13ea784ba953dcc513c359fd0ed7ae (diff) |
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 <aimeeu.opensource@gmail.com>
-rw-r--r-- | jjb/copper/copper.yml | 2 | ||||
-rw-r--r-- | jjb/models/models.yml | 2 | ||||
-rw-r--r-- | jjb/ves/ves.yml | 4 |
3 files changed, 4 insertions, 4 deletions
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 |