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: job3:
stage: build stage: build
tags: tags:
- hottis - hottis
- linux - linux
- debian - debian
only: only:
refs: refs:
- master - master
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- echo "Prepare ssh environment" - echo "Prepare ssh environment"
- eval $(ssh-agent -s) - eval $(ssh-agent -s)