.drone.yml: Fix syntax again...
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alan Orth 2020-12-10 12:34:56 +02:00
parent ee1db3b572
commit 8bcca9be7c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
- npm install
- npm run dist
--
---
kind: pipeline
type: docker
name: node12
@ -21,7 +21,7 @@ steps:
- npm install
- npm run dist
--
---
kind: pipeline
type: docker
name: node14