diff --git a/.drone.yml b/.drone.yml index d6fd5c7..5b9d781 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: