From 20ec6e0cd6da23579943106b4d5b4ca1ca7dbe92 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 12 Dec 2020 22:32:43 +0100 Subject: [PATCH] fixed command order ref #31 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b788a13..57b17b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -112,8 +112,8 @@ steps: commands: - git clone $DRONE_REMOTE_URL backend - git clone https://git.odit.services/lfk/lib.git lib - - git checkout $DRONE_SOURCE_BRANCH - cd backend + - git checkout $DRONE_SOURCE_BRANCH - name: build the lib image: node:alpine commands: