[CI/CD] fix ssh installation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7cb298d0d8
commit
c517190b85
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pipeline:
|
|||
upload:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Syu ssh
|
||||
- pacman -Syu openssh
|
||||
- eval `ssh-agent -s`
|
||||
- echo "$SSH-KEY" | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue