fixed command order
continuous-integration/drone/push Build is failing Details

ref #31
This commit is contained in:
Nicolai Ort 2020-12-12 22:32:43 +01:00
parent e10a3947ba
commit 20ec6e0cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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: