We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed83d2 commit 1b184dfCopy full SHA for 1b184df
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
include:
14
- - { name: "ssh-default" , dockerHost: "ssh://junit-host"}
+ - { name: "ssh-default" , clientDockerHost: "ssh://junit-host"}
15
#- { name: "ssh-19.03.9" , dockerVersion: "19.03.9~3-0~ubuntu-bionic", dockerHost: "ssh://junit-host"}
16
17
steps:
@@ -29,5 +29,5 @@ jobs:
29
run: .ci/setup_ssh_config.sh
30
- name: Build with Maven
31
env:
32
- DOCKER_HOST: ${{matrix.dockerHost}}
+ DOCKER_HOST: ${{clientDockerHost}}
33
run: ./mvnw --no-transfer-progress verify
0 commit comments