Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8975d3728f
commit
cadf5dc2ef
|
@ -20,12 +20,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:12.16.1
|
image: node:12.16.1
|
||||||
commands:
|
commands:
|
||||||
- ls -l | grep node_modules
|
|
||||||
- cd node_modules
|
|
||||||
- ls -l
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build:prod
|
- yarn build:prod
|
||||||
- docker -v
|
|
||||||
|
|
||||||
- name: rebuild-modules
|
- name: rebuild-modules
|
||||||
image: drillster/drone-volume-cache
|
image: drillster/drone-volume-cache
|
||||||
|
|
Loading…
Reference in New Issue