9. fix use ssh in ci script

This commit is contained in:
2019-02-12 16:58:50 +01:00
parent cfeaac86cf
commit 59ebc8a67f

View File

@ -25,15 +25,19 @@ job2:
job3:
stage: build
tags:
- hottis
- linux
- debian
only:
refs:
- master
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- echo "Prepare ssh environment"
- eval $(ssh-agent -s)