This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
auth-client-helper/.drone.yml

15 lines
283 B
YAML
Raw Permalink Normal View History

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