Debug volumes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
qvalentin 2023-04-09 16:33:41 +02:00
parent 7f8c8d9d34
commit 600922828c

View file

@ -18,7 +18,6 @@ trigger:
event:
include:
- tag
- push
volumes:
- name: drone-shared
@ -37,6 +36,7 @@ steps:
- name: cache
path: /drone-shared
commands:
- ls -lah /drone-shared
- cd frontend
- yarn install
- yarn build