auth-server-helper/.drone.yml
Timo Hocker e326c6c077
Some checks failed
continuous-integration/drone/push Build is failing
publish
2021-01-15 13:45:03 +01:00

15 lines
283 B
YAML

kind: pipeline
name: default
steps:
- name: setup
image: registry:5000/node-build
commands:
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build
image: registry:5000/node-build
commands:
- node ci.js