mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-07 07:59:54 +00:00
before script
This commit is contained in:
parent
c80f46ffff
commit
6be427f994
@ -1,7 +1,7 @@
|
||||
image: geerlingguy/docker-debian9-ansible:latest
|
||||
|
||||
before_script:
|
||||
- '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 )
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||
- mkdir -p ~/.ssh
|
||||
|
Loading…
x
Reference in New Issue
Block a user