This commit is contained in:
parent
7f8c8d9d34
commit
600922828c
|
@ -18,7 +18,6 @@ trigger:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- tag
|
- tag
|
||||||
- push
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: drone-shared
|
- name: drone-shared
|
||||||
|
@ -37,6 +36,7 @@ steps:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /drone-shared
|
path: /drone-shared
|
||||||
commands:
|
commands:
|
||||||
|
- ls -lah /drone-shared
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
Loading…
Reference in a new issue