work around broken dependency ordering
This commit is contained in:
parent
22d4317400
commit
ebfefbde9c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
build pad-archiver:
|
build_pad-archiver:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
script:
|
script:
|
||||||
- go build
|
- go build
|
||||||
|
@ -11,7 +11,7 @@ build pad-archiver:
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
dependencies:
|
dependencies:
|
||||||
- build pad-archiver
|
- build_pad-archiver
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue