From ae78cb2358d16d0690fe3d5485b95e4531a298cb Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Mon, 31 May 2021 18:32:06 -0500 Subject: [PATCH] Updating clone rules --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: