Absolute path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-19 01:45:44 +03:00
parent 3d3d145072
commit 34c1e577f4

View File

@@ -14,7 +14,7 @@ server:
steps: steps:
- name: install - name: install
commands: commands:
- cd ~/warframe-center - cd /home/pi/warframe-center
- git fetch --all - git fetch --all
- git reset --hard origin/monorepo - git reset --hard origin/monorepo
- npm ci - npm ci
@@ -23,7 +23,7 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: build
clone: clone:
disable: true disable: true