11. fix use ssh in ci script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user