2020-07-10 08:29:46 +02:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: setup
|
2020-08-07 08:12:21 +02:00
|
|
|
image: registry:5000/node-build
|
2020-07-10 08:29:46 +02:00
|
|
|
commands:
|
|
|
|
- yarn
|
|
|
|
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
|
|
|
|
|
|
|
|
- name: build
|
2020-08-07 08:12:21 +02:00
|
|
|
image: registry:5000/node-build
|
2020-07-10 08:29:46 +02:00
|
|
|
commands:
|
|
|
|
- node ci.js
|