Done
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -8,9 +8,6 @@ workspace:
|
||||
steps:
|
||||
- name: yarn install
|
||||
image: node:latest
|
||||
volumes:
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
@@ -49,10 +46,6 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
@@ -64,9 +57,6 @@ workspace:
|
||||
steps:
|
||||
- name: yarn install
|
||||
image: node:latest
|
||||
volumes:
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
@@ -100,10 +90,6 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
Reference in New Issue
Block a user