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