Update .gitlab-ci.yml file
This commit is contained in:
parent
ec6d9a881e
commit
673e67dc54
@ -38,7 +38,7 @@ release:
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- echo "$SSH_PRIVATE_KEY_ENCODED" | base64 --decode > ~/.ssh/id_rsa
|
||||
- echo $SSH_PRIVATE_KEY_ENCODED | base64 --decode > ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add ~/.ssh/id_rsa
|
||||
|
Loading…
Reference in New Issue
Block a user