mirror of https://schlomp.space/tastytea/hashboot
Limit shellcheck severity to warning.
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