diff options
Diffstat (limited to 'jjb/ves/ves.yml')
-rw-r--r-- | jjb/ves/ves.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |