peer-calls/.drone.yml
Jerko Steiner 1110cb0dfb
All checks were successful
continuous-integration/drone/push Build is passing
Sign .drone.yml
2020-01-07 11:01:36 +01:00

17 lines
238 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run ci
---
kind: signature
hmac: a49a1e7c428472d0237bb2ba73511965607384f45114941b869c6a9eff7aef70
...