1
0

chore(desktop): only build zip in ci to speed up smoke test builds

This commit is contained in:
kolaente 2024-06-04 15:02:10 +02:00
parent b4b17ed966
commit 0bb4a5a2b2
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -1120,7 +1120,7 @@ steps:
- sed -i 's/\\/api\\/v1//g' frontend/index.html - sed -i 's/\\/api\\/v1//g' frontend/index.html
- ./bumpp.sh - ./bumpp.sh
- yarn install - yarn install
- yarn dist --linux --windows - yarn dist --linux zip
# - name: rebuild-cache # - name: rebuild-cache
# image: meltwater/drone-cache:dev # image: meltwater/drone-cache:dev
@ -1400,6 +1400,6 @@ steps:
- failure - failure
--- ---
kind: signature kind: signature
hmac: f2753482faf9e2a3d34a9111587a75dfb4519cb77002cc64a51266540fd2478e hmac: 16b8cd92b0c32f4821b45858464e645ba053f15e9eed85926589c4d9bc503864
... ...