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

This commit is contained in:
qvalentin 2023-04-09 16:35:49 +02:00
parent 600922828c
commit 52ceeea89d
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: Build backend - name: Build backend
image: nixos/nix image: nixos/nix
volumes: volumes:
- name: cache - name: drone-shared
path: /drone-shared path: /drone-shared
commands: commands:
- cd backend - cd backend
@ -33,7 +33,7 @@ steps:
- name: Build frontend - name: Build frontend
image: node:alpine image: node:alpine
volumes: volumes:
- name: cache - name: drone-shared
path: /drone-shared path: /drone-shared
commands: commands:
- ls -lah /drone-shared - ls -lah /drone-shared