diff --git a/.woodpecker.yml b/.woodpecker.yml index 96ee1d0..032a718 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,9 +6,9 @@ pipeline: - 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 - - apk add --no-cache "$(cat "/drone/gitea.nulo.in/Sutty/haini.sh/packages" | tr "\n" " ")" + - 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" - - install -m 640 "/drone/gitea.nulo.in/Sutty/haini.sh/.gemrc" "$HOME/.gemrc" + - install -m 640 "/drone/src/gitea.nulo.in/Sutty/haini.sh/.gemrc" "$HOME/.gemrc" - mkdir ~/.ssh/ - echo $${SSH_KEY} > ~/.ssh/id_ed25519 - HAINISH= make bundle