1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00

Limit shellcheck severity to warning.

This commit is contained in:
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

@ -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