This commit is contained in:
parent
097fed7634
commit
c00635cc19
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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/src/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/src/gitea.nulo.in/Sutty/haini.sh/.gemrc" "$HOME/.gemrc"
|
||||
- mkdir ~/.ssh/
|
||||
|
|
Loading…
Reference in a new issue