woodpecker: usar openssh-client
Some checks failed
continuous-integration/drone the build failed

openssh-client-default no existe en 3.13
This commit is contained in:
Cat /dev/Nulo 2021-09-17 11:04:14 -03:00
parent 6144ed4708
commit ce308defb9

View file

@ -4,7 +4,7 @@ pipeline:
commands:
- 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
- apk add --no-cache openssh-client make git bash coreutils diffutils
- git clone https://gitea.nulo.in/Sutty/haini.sh /drone/src/gitea.nulo.in/Sutty/haini.sh
- apk add --no-cache $(cat "/drone/src/gitea.nulo.in/Sutty/haini.sh/packages" | tr "\n" " ")
- sed -re "s/#(@platforms = )/\1/" -i "/usr/lib/ruby/2.7.0/rubygems.rb"