.drone.yml: Fix multi-pipeline syntax

This commit is contained in:
Alan Orth 2020-12-10 12:32:20 +02:00
parent bc27eb8285
commit 312211420f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
--
kind: pipeline
type: docker
name: default
name: node10
steps:
- name: build
@ -12,8 +11,7 @@ steps:
--
kind: pipeline
type: docker
name: default
name: node12
steps:
- name: build
@ -24,8 +22,7 @@ steps:
--
kind: pipeline
type: docker
name: default
name: node14
steps:
- name: build