fix: no base64
This commit is contained in:
parent
fffaa3781d
commit
ebe0d9de1d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue