mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-07 17:08:10 -04:00
tar without being verbose
This commit is contained in:
@@ -2843,7 +2843,7 @@ def generateWebPnpmCache(ctx):
|
||||
# zip the pnpm deps before caching
|
||||
"if [ ! -d '%s' ]; then mkdir -p %s; fi" % (dirs["zip"], dirs["zip"]),
|
||||
"cd %s" % dirs["web"],
|
||||
"tar -czvf %s .pnpm-store" % dirs["webPnpmZip"],
|
||||
"tar -czf %s .pnpm-store" % dirs["webPnpmZip"],
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user