Debug volumes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
qvalentin 2023-04-09 16:33:41 +02:00
parent 7f8c8d9d34
commit 600922828c
1 changed files with 1 additions and 1 deletions

View File

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