homebridge-harmony-control/.drone.yml
Brandon Watson f78c9d961c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
using https
2021-05-31 18:32:58 -05:00

17 lines
315 B
YAML

kind: pipeline
type: docker
name: default
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