pls
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 16022403b6
commit fb2ff9cbeb

@ -12,7 +12,7 @@ pipeline:
image: alpine image: alpine
secrets: [ ssh_key ] secrets: [ ssh_key ]
commands: commands:
- apk add git openssh - apk add --no-cache git openssh >/dev/null
- mkdir ~/.ssh - mkdir ~/.ssh
- echo $ssh_key > ~/.ssh/id_ed25519 - echo $ssh_key > ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519 - ssh-add ~/.ssh/id_ed25519

Loading…
Cancel
Save