11. fix use ssh in ci script

This commit is contained in:
2019-02-12 17:03:34 +01:00
parent 0e4fcbb175
commit 274822d4fa

View File

@ -17,6 +17,7 @@ job1:
- chmod 700 ~/.ssh
- ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- ssh git@gitlab.com
- echo "Preparing ssh environment done"
- apt update
- apt install -y msp430-libc