fix drone cache volume mounting when rebuilding
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ChronosXYZ 2024-09-19 03:24:30 +03:00
parent 271c4cde29
commit 76ecafe469
Signed by: ChronosXYZ
GPG Key ID: 189BF50EBD342791

View File

@ -45,6 +45,9 @@ steps:
archive_format: "gzip" archive_format: "gzip"
mount: mount:
- "node_modules" - "node_modules"
volumes:
- name: cache
path: /tmp/cache
volumes: volumes:
- name: cache - name: cache