auth-server-helper/.drone.yml
Timo Hocker 01cb121a68
Some checks failed
continuous-integration/drone/push Build is failing
lint
2020-12-03 10:07:49 +01:00

16 lines
323 B
YAML

kind: pipeline
name: default
steps:
- name: setup
image: registry:5000/node-build
commands:
- yarn
- echo "process.exit(1)" > ci.js
# - 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