Use debian instead of alpine for ci
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-06-25 20:07:28 +01:00
parent 11b4386a53
commit d7d98aeeb3
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
pipeline:
Build:
image: alpine:latest
image: debian:slim
commands:
- apk add emacs curl
- apt update
- apt install -y emacs curl
- curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- eldev lint
- eldev compile