explicitly declare pipeline type in Drone CI configuration

This commit is contained in:
Stefan Kalscheuer 2019-11-04 17:55:34 +01:00
parent 431de69549
commit d0e118f1fd

View File

@ -1,4 +1,5 @@
kind: pipeline
type: docker
name: java8
steps:
@ -9,6 +10,7 @@ steps:
---
kind: pipeline
type: docker
name: java11
steps:
@ -19,6 +21,7 @@ steps:
---
kind: pipeline
type: docker
name: java13
steps: