update pipeline
This commit is contained in:
parent
5bb96b6ece
commit
3e76d80f74
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ docker-build:
|
|||
- dev
|
||||
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
# Setup SSH deploy keys
|
||||
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
- mkdir -p ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue