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
0697e7bf9a
commit
d0dc43dd3b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: "stage:build"
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
|
@ -52,7 +52,7 @@ volumes:
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: "stage:publish"
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
|
|
Loading…
Reference in a new issue