Fix the debian image tag
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-06-25 20:10:04 +01:00
parent dad760eab9
commit 843a9d722a
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ pipeline:
image: debian:12-slim
commands:
- apt update
- apt install -y emacs curl
- curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- apt install -y emacs-nox curl
- curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev -O install.sh
- sh install.sh
- eldev lint
- eldev compile