16 lines
320 B
YAML
Raw Permalink 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
2021-01-15 13:45:03 +01:00
- 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:
2022-08-08 16:10:33 +02:00
- redis-server --daemonize yes
2020-07-10 08:25:39 +02:00
- node ci.js