peer-calls/.drone.yml
Jerko Steiner 9ceb59e5fe
All checks were successful
continuous-integration/drone/push Build is passing
Fix .drone.yml
2020-03-14 09:15:42 +01:00

22 lines
314 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run ci
environment:
TEST_REDIS_HOST: redis
services:
- name: redis
image: redis:5-alpine
---
kind: signature
hmac: 6cf23314158a6b508ef5240c110304b4b8c8f155d837c393ad1beb7a75a7d990
...