pls
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 16022403b6
commit fb2ff9cbeb

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

Loading…
Cancel
Save