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