Merge branch 'main' of ssh://gitlab.jafner.net:2229/Jafner/homelab
This commit is contained in:
commit
d8319069b6
@ -7,6 +7,7 @@ stages:
|
||||
|
||||
before_script:
|
||||
# configure SSH keys
|
||||
- apt-get update
|
||||
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
|
Loading…
Reference in New Issue
Block a user