From 66212c9a7d3c088abad132b920ee9ab61daa234f Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 19 Mar 2022 01:49:17 +0300 Subject: [PATCH] Sequential pipeline --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 05aefe2..d04d177 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - cd /home/pi/warframe-center - git fetch --all - git reset --hard origin/monorepo - - npm ci + - npm install --- @@ -48,3 +48,6 @@ steps: when: branch: - monorepo + +depends_on: +- install dependencies \ No newline at end of file