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:
parent
078f86c732
commit
dc12c45581
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user