update ci
This commit is contained in:
parent
e08b027ab4
commit
b6e9ee7956
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ image: debian:stable-slim
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y ssh-client knot
|
- apt-get install -y ssh-client knot knot-dnsutils
|
||||||
# from https://docs.gitlab.com/ee/ci/ssh_keys/
|
# from https://docs.gitlab.com/ee/ci/ssh_keys/
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||||
|
|
Loading…
Reference in a new issue