This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
auth-client-helper/.drone.yml
Timo Hocker b18030e6d2
Some checks failed
continuous-integration/drone/push Build is failing
fix drone config
2020-08-07 08:11:05 +02: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