mirror of https://github.com/cloudreve/Cloudreve
fix: ci build failed as env in go tasks cannot be overwritten
parent
076aa2c567
commit
71cc332109
|
@ -39,10 +39,10 @@ tasks:
|
|||
build-frontend:
|
||||
desc: Build Frontend
|
||||
env:
|
||||
CI: false
|
||||
GENERATE_SOURCEMAP: false
|
||||
dir: assets
|
||||
cmds:
|
||||
- env CI=false
|
||||
- yarn install --network-timeout 1000000
|
||||
- yarn build
|
||||
- cd .. && zip -r - assets/build > assets.zip
|
||||
|
|
Loading…
Reference in New Issue