mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-07 15:19:17 +01:00
Install shellcheck from buster.
This commit is contained in:
parent
dc12c45581
commit
7c0b3ef862
@ -18,9 +18,11 @@ steps:
|
||||
commands:
|
||||
- rm /etc/apt/apt.conf.d/docker-clean
|
||||
- rm /var/cache/apt/archives/lock
|
||||
- echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
|
||||
- echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list.d/buster.list
|
||||
- apt-get update -q
|
||||
- apt-get install -qy shellcheck
|
||||
- shellcheck --severity=warning hashboot
|
||||
- apt-get install -qy -t buster shellcheck
|
||||
- shellcheck hashboot
|
||||
volumes:
|
||||
- name: debian-package-cache
|
||||
path: /var/cache/apt/archives
|
||||
|
Loading…
Reference in New Issue
Block a user