mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
chore: add cleanup phases
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
cc6689ac3a
commit
4590884a34
@ -19,6 +19,9 @@ jobs:
|
||||
- run:
|
||||
name: "Build"
|
||||
command: ./wizard.sh -a
|
||||
- run:
|
||||
name: "Cleanup"
|
||||
command: rm -rf frontend/node_modules
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
@ -32,6 +35,9 @@ jobs:
|
||||
- run:
|
||||
name: "Compile"
|
||||
command: ./wizard.sh -c
|
||||
- run:
|
||||
name: "Cleanup"
|
||||
command: rm -rf frontend/build
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user