auth-server-helper/.drone.yml
Timo Hocker cf2f9c0182
All checks were successful
continuous-integration/drone/push Build is passing
start redis server
2022-08-08 16:10:33 +02:00

16 lines
320 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:
- redis-server --daemonize yes
- node ci.js