woodpecker: downgradear a Alpine 3.13
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Cat /dev/Nulo 2021-09-17 11:02:51 -03:00
parent c00635cc19
commit 6144ed4708

View file

@ -1,8 +1,8 @@
pipeline:
deploy:
image: docker.io/alpine:3.14
image: docker.io/alpine:3.13
commands:
- echo "https://alpine.sutty.nl/alpine/v3.14/sutty" >> "/etc/apk/repositories"
- echo "https://alpine.sutty.nl/alpine/v3.13/sutty" >> "/etc/apk/repositories"
- wget https://alpine.sutty.nl/alpine/sutty.pub -O "/etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub"
- apk add --no-cache openssh-client-default make git bash coreutils diffutils
- git clone https://gitea.nulo.in/Sutty/haini.sh /drone/src/gitea.nulo.in/Sutty/haini.sh