cicd: add depends_on clause
This commit is contained in:
parent
6df8298766
commit
57ca43af22
|
@ -17,6 +17,8 @@ services:
|
||||||
steps:
|
steps:
|
||||||
- name: setup_image
|
- name: setup_image
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
depends_on:
|
||||||
|
- docker
|
||||||
commands:
|
commands:
|
||||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue