From b817df69336b9272f7525b234d391c2122b998bd Mon Sep 17 00:00:00 2001 From: f0x Date: Mon, 7 Nov 2022 20:32:07 +0000 Subject: [PATCH] working dirs --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index aa292259d..e093fd3c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,8 @@ steps: - name: yarn_cache path: /tmp/cache commands: - - yarn --frozen-lockfile --cache-folder /tmp/cache web/source + - cd web/source + - yarn --frozen-lockfile --cache-folder /tmp/cache - name: web-lint image: node:14-alpine @@ -65,7 +66,8 @@ steps: depends_on: - web-setup commands: - - cd web/source && yarn run lint + - cd web/source + - yarn run lint - name: web-build image: node:14-alpine @@ -76,7 +78,8 @@ steps: depends_on: - web-setup commands: - - cd web/source && yarn run build + - cd web/source + - yarn run build - name: snapshot image: superseriousbusiness/gotosocial-drone-build:0.0.7 # https://github.com/superseriousbusiness/gotosocial-drone-build