fix: no base64
Some checks failed
ci/woodpecker/push/woodpecker/3 Pipeline is pending
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline failed

This commit is contained in:
f 2024-02-15 12:27:25 -03:00
parent fffaa3781d
commit ebe0d9de1d
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ pipeline:
- "mkdir ~/.ssh/"
- "echo \"[gitea.nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP\" >> ~/.ssh/known_hosts"
- "eval $(ssh-agent -s)"
- "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -"
- "echo \"$${SSH_KEY}\" | ssh-add -"
- "git clone . ${ALPINE_VERSION}"
- "cd ${ALPINE_VERSION}"
- "git config pull.rebase false"