From 934ed8f94f4530cc80116b44bedda7ea6db1d906 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 12 Dec 2020 22:58:33 +0100 Subject: [PATCH] Added missing cd --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index cb12552..eec1323 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: alpine/git commands: - git clone https://git.odit.services/lfk/backend backend + - cd backend - git checkout feature/31-lib_generation - name: run lib build image: node:alpine