Files
inspektor/.drone.yml

17 lines
261 B
YAML
Raw Permalink Normal View History

2019-03-03 13:23:54 +07:00
kind: pipeline
2019-03-04 13:19:03 +07:00
name: test
2019-03-03 13:23:54 +07:00
steps:
2019-03-04 13:19:03 +07:00
- name: test
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
resources:
2019-03-04 13:52:35 +07:00
requests:
cpu: 250m
memory: 256Mi
2019-03-04 13:19:03 +07:00
limits:
2019-03-04 13:52:35 +07:00
cpu: 250m
memory: 256Mi