18. fix use ssh in ci script

This commit is contained in:
2019-02-12 17:57:04 +01:00
parent 8577413417
commit f423c9fc0b

View File

@ -31,6 +31,7 @@ job3:
- hottis - hottis
- linux - linux
- debian - debian
- msp430
only: only:
refs: refs:
- master - master
@ -50,6 +51,7 @@ job3:
- git submodule init - git submodule init
- git submodule update - git submodule update
- whoami - whoami
- pwd
- make clean - make clean
- make all - make all