6. fix use ssh in ci script

This commit is contained in:
2019-02-12 16:47:41 +01:00
parent efffcde96e
commit 8d7d9eed82

View File

@ -10,6 +10,7 @@ before_script:
- chmod 700 ~/.ssh
- ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- ssh git@gitlab.com
- echo "Preparing ssh environment done"
job1: