From 0bb4a5a2b22455124f21a740405022f892a74213 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 4 Jun 2024 15:02:10 +0200 Subject: [PATCH] chore(desktop): only build zip in ci to speed up smoke test builds --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index aafef4f5d..5f87ad356 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1120,7 +1120,7 @@ steps: - sed -i 's/\\/api\\/v1//g' frontend/index.html - ./bumpp.sh - yarn install - - yarn dist --linux --windows + - yarn dist --linux zip # - name: rebuild-cache # image: meltwater/drone-cache:dev @@ -1400,6 +1400,6 @@ steps: - failure --- kind: signature -hmac: f2753482faf9e2a3d34a9111587a75dfb4519cb77002cc64a51266540fd2478e +hmac: 16b8cd92b0c32f4821b45858464e645ba053f15e9eed85926589c4d9bc503864 ...