Skip to content
Snippets Groups Projects
Commit 2654338f authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Fix host key verification (temporary fix)

parent d23127f3
No related branches found
Tags 17.08.20.15.22.02
No related merge requests found
......@@ -5,8 +5,9 @@ stages:
- release
default:
image: namboy94/ci-docker-environment:0.5.0
image: namboy94/ci-docker-environment:0.8.0
before_script:
- ssh-keyscan -H progstats.namibsun.net >> ~/.ssh/known_hosts
- echo "$SERVER_ACCESS_KEY" > ~/.ssh/id_rsa
- chmod 0600 ~/.ssh/id_rsa
- pip uninstall ci-scripts -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment