Update Drone configuration.
This commit is contained in:
parent
591c24bab7
commit
7b6a425908
@ -23,6 +23,9 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build docker images
|
name: build docker images
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- "lint and test"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build master image
|
- name: build master image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user