homebridge-harmony-control/.drone.yml
Brandon Watson 118a8912f6
All checks were successful
continuous-integration/drone/push Build is passing
Disabling default clone step
2021-05-31 18:36:50 -05:00

20 lines
339 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone https://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
- git checkout $DRONE_COMMIT
- name: build
image: node
commands:
- npm install
- npm run build