Split into two pipelines
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0d49bd53a3
commit
49c86cd848
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: "stage:publish"
|
name: "stage:publish"
|
||||||
|
|
||||||
|
depend_on:
|
||||||
|
- "stage:build"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
|
Loading…
Reference in a new issue