mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-30 15:59:55 -05:00
Do not set store-dir in Makefiles
This commit is contained in:
@@ -1817,6 +1817,7 @@ def makeNodeGenerate(module):
|
||||
"CHROMEDRIVER_SKIP_DOWNLOAD": "true", # install fails on arm and chromedriver is a test only dependency
|
||||
},
|
||||
"commands": [
|
||||
"pnpm config set store-dir ./.pnpm-store",
|
||||
"retry -t 3 '%s ci-node-generate'" % (make),
|
||||
],
|
||||
"volumes": [stepVolumeGo],
|
||||
|
||||
@@ -58,7 +58,6 @@ pnpm-build: node_modules
|
||||
|
||||
.PHONY: node_modules
|
||||
node_modules:
|
||||
pnpm config set store-dir ./.pnpm-store
|
||||
pnpm install
|
||||
|
||||
############ licenses ############
|
||||
|
||||
@@ -47,7 +47,6 @@ pnpm-build: node_modules
|
||||
|
||||
.PHONY: node_modules
|
||||
node_modules:
|
||||
pnpm config set store-dir ./.pnpm-store
|
||||
pnpm install
|
||||
|
||||
############ protobuf ############
|
||||
|
||||
Reference in New Issue
Block a user