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
|
- name: build
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST=tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- docker ps
|
- docker ps
|
||||||
|
@ -32,7 +32,7 @@ steps:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
detach: true
|
detach: true
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST=tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- docker run -p 8000:8000 hello-world
|
- docker run -p 8000:8000 hello-world
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue