auth-server-helper/.drone.yml

16 lines
323 B
YAML
Raw Normal View History

2020-07-10 08:25:39 +02:00
kind: pipeline
name: default
steps:
- name: setup
2020-08-07 08:11:17 +02:00
image: registry:5000/node-build
2020-07-10 08:25:39 +02:00
commands:
- yarn
2020-12-03 10:07:49 +01:00
- echo "process.exit(1)" > ci.js
# - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
2020-07-10 08:25:39 +02:00
- name: build
2020-08-07 08:11:17 +02:00
image: registry:5000/node-build
2020-07-10 08:25:39 +02:00
commands:
- node ci.js