From 018707c3d5e2a591168dbdfc007a439940013925 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 10 May 2023 10:42:44 +0200 Subject: [PATCH] fix(ci): disable puppeteer chrome download --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 43cdf3232..094d2b5cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,7 @@ steps: environment: PNPM_CACHE_FOLDER: .cache/pnpm CYPRESS_CACHE_FOLDER: .cache/cypress + PUPPETEER_SKIP_DOWNLOAD: true commands: - corepack enable && pnpm config set store-dir .cache/pnpm - pnpm install --fetch-timeout 100000 @@ -523,6 +524,6 @@ steps: from_secret: crowdin_key --- kind: signature -hmac: dd079665e2294411aebac57837243255cd8fcc34fe5625abab21c55bb5c9763a +hmac: 511c2a090e9efd4c942980d971204adb6321540bb01c92409dd9bf8463b7f6f4 ...