Updating clone rules
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7d89f6b945
commit
ae78cb2358
@ -3,6 +3,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone http://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user