Make sure docker images are only built when tests pass
This commit is contained in:
parent
4168b9ac26
commit
2bc26fe4fa
1 changed files with 12 additions and 0 deletions
12
.drone1.yml
12
.drone1.yml
|
@ -685,6 +685,9 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker-arm-latest
|
name: docker-arm-latest
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- testing
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm
|
arch: arm
|
||||||
|
@ -718,6 +721,9 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker-arm-release
|
name: docker-arm-release
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- testing
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm
|
arch: arm
|
||||||
|
@ -749,6 +755,9 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker-amd64-latest
|
name: docker-amd64-latest
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- testing
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
@ -782,6 +791,9 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker-amd64-release
|
name: docker-amd64-release
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- testing
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
Loading…
Add table
Reference in a new issue