Updating clone rules
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Brandon Watson 2021-05-31 18:32:06 -05:00
parent 7d89f6b945
commit ae78cb2358

View File

@ -3,6 +3,12 @@ type: docker
name: default
steps:
- name: clone
image: alpine/git
commands:
- git clone http://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
- git checkout $DRONE_COMMIT
- name: build
image: node
commands: