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
|
||||
name: "stage:publish"
|
||||
|
||||
depend_on:
|
||||
- "stage:build"
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
|
|
Loading…
Reference in a new issue