fix: wrong hostname
This commit is contained in:
parent
09b465dd0b
commit
44630546fe
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ pipeline:
|
|||
image: alpine:3.17.2
|
||||
pull: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://0.0.0.0:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
|
||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||
|
@ -43,7 +43,7 @@ pipeline:
|
|||
image: alpine:3.17.2
|
||||
pull: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://0.0.0.0:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
|
||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||
|
|
Loading…
Reference in a new issue