Limit shellcheck severity to warning.

master
tastytea 2019-06-20 20:45:16 +02:00
parent 078f86c732
commit dc12c45581
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
- rm /var/cache/apt/archives/lock - rm /var/cache/apt/archives/lock
- apt-get update -q - apt-get update -q
- apt-get install -qy shellcheck - apt-get install -qy shellcheck
- shellcheck hashboot - shellcheck --severity=warning hashboot
volumes: volumes:
- name: debian-package-cache - name: debian-package-cache
path: /var/cache/apt/archives path: /var/cache/apt/archives