Make CI zippier with alpine
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bf1dbd7eb
commit
bf44270b3d
11
.drone.yml
11
.drone.yml
@ -3,18 +3,15 @@ kind: pipeline
|
||||
name: linters
|
||||
steps:
|
||||
- name: run shellcheck
|
||||
image: debian:buster
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y shellcheck
|
||||
- apk add shellcheck
|
||||
- shellcheck abra
|
||||
|
||||
- name: run unit tests
|
||||
image: debian:buster
|
||||
image: docker:dind
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y bats curl
|
||||
- curl -fsSL https://get.docker.com | sh
|
||||
- apk add bats curl
|
||||
- bats test.bats
|
||||
trigger:
|
||||
branch:
|
||||
|
Reference in New Issue
Block a user