Skip to content

Commit 1b184df

Browse files
committed
setup docker
1 parent fed83d2 commit 1b184df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- { name: "ssh-default" , dockerHost: "ssh://junit-host"}
14+
- { name: "ssh-default" , clientDockerHost: "ssh://junit-host"}
1515
#- { name: "ssh-19.03.9" , dockerVersion: "19.03.9~3-0~ubuntu-bionic", dockerHost: "ssh://junit-host"}
1616

1717
steps:
@@ -29,5 +29,5 @@ jobs:
2929
run: .ci/setup_ssh_config.sh
3030
- name: Build with Maven
3131
env:
32-
DOCKER_HOST: ${{matrix.dockerHost}}
32+
DOCKER_HOST: ${{clientDockerHost}}
3333
run: ./mvnw --no-transfer-progress verify

0 commit comments

Comments
 (0)