diff options
-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 |