inspektor/.drone.yml

17 lines
261 B
YAML
Raw Permalink Normal View History

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