From 4eb461e0e16d15726844e5461022f08ea7ad7c8c Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:05:24 +1000 Subject: [PATCH] sin fix --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dd831fd..4c433bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - name: pull into the folduh commands: - cd /usr/share/repos/$DRONE_REPO_NAME + - git checkout $DRONE_COMMIT_BRANCH - git pull origin $DRONE_COMMIT_BRANCH - name: build environment: