standard/.drone.yml

15 lines
274 B
YAML
Raw Normal View History

2020-07-09 21:10:20 +02:00
kind: pipeline
name: default
steps:
- name: setup
image: node:lts-alpine
commands:
- yarn
2020-07-09 21:16:23 +02:00
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
2020-07-09 21:10:20 +02:00
- name: build
2020-08-04 13:47:41 +02:00
image: registry:5000/node-build
2020-07-09 21:10:20 +02:00
commands:
- node ci.js