drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
60589942c6
commit
59e27c4dae
11
.drone.yml
11
.drone.yml
|
|
@ -8,7 +8,8 @@ steps:
|
|||
mount:
|
||||
- ./node_modules
|
||||
volumes:
|
||||
- /tmp:/cache
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
||||
- name: install
|
||||
image: node:12.11.1
|
||||
|
|
@ -21,7 +22,8 @@ steps:
|
|||
mount:
|
||||
- ./node_modules
|
||||
volumes:
|
||||
- /tmp:/cache
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
||||
- name: build
|
||||
image: node:12.11.1
|
||||
|
|
@ -48,3 +50,8 @@ trigger:
|
|||
- push
|
||||
- pull_request
|
||||
- rollback
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /tmp
|
||||
|
|
|
|||
Loading…
Reference in New Issue