From 34c1e577f4ffeceb3d6f9c76b068d686ab0b27f4 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 19 Mar 2022 01:45:44 +0300 Subject: [PATCH] Absolute path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0997c11..05aefe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ server: steps: - name: install commands: - - cd ~/warframe-center + - cd /home/pi/warframe-center - git fetch --all - git reset --hard origin/monorepo - npm ci @@ -23,7 +23,7 @@ steps: kind: pipeline type: docker -name: default +name: build clone: disable: true