This commit is contained in:
parent
600922828c
commit
52ceeea89d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue