.drone.yml: Fix syntax again...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-10 12:34:56 +02:00
parent ee1db3b572
commit 8bcca9be7c

View File

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