.drone.yml: Fix syntax again

See: https://docs.drone.io/pipeline/configuration/
This commit is contained in:
Alan Orth 2020-12-10 12:33:58 +02:00
parent 312211420f
commit ee1db3b572
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--
kind: pipeline
type: docker
name: node10
steps:
@ -11,6 +11,7 @@ steps:
--
kind: pipeline
type: docker
name: node12
steps:
@ -22,6 +23,7 @@ steps:
--
kind: pipeline
type: docker
name: node14
steps: