Tweak CI
This commit is contained in:
parent
ec0ffd2124
commit
e9557a5ff3
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- name: build
|
||||
image: docker:dind
|
||||
environment:
|
||||
DOCKER_HOST=tcp://docker:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands:
|
||||
- sleep 5
|
||||
- docker ps
|
||||
|
@ -32,7 +32,7 @@ steps:
|
|||
image: docker:dind
|
||||
detach: true
|
||||
environment:
|
||||
DOCKER_HOST=tcp://docker:2375
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands:
|
||||
- docker run -p 8000:8000 hello-world
|
||||
|
||||
|
|
Loading…
Reference in a new issue