scode-eslint-config/.drone.yml

15 lines
283 B
YAML
Raw Normal View History

2020-07-10 08:11:30 +02:00
kind: pipeline
name: default
steps:
- name: setup
2020-08-07 08:13:15 +02:00
image: registry:5000/node-build
2020-07-10 08:11:30 +02:00
commands:
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build
2020-08-07 08:13:15 +02:00
image: registry:5000/node-build
2020-07-10 08:11:30 +02:00
commands:
- node ci.js