From 84f44e1913915c99a6d1a5c6bc41d01e6b63099c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Jul 2021 22:09:05 +0200 Subject: [PATCH] ci: skip lhci report upload if file is missing --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 545b45a..8dbbf99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,6 +66,7 @@ steps: from_secret: github_token key: pr-${DRONE_PULL_REQUEST} message: lhci_reports/dist/summary.md + skip_missing: true update: true when: ref: @@ -275,6 +276,6 @@ depends_on: --- kind: signature -hmac: eab38beb69658699f03b9ce6ad2c70c5040f6fd028af08fcdaf27384cc61ab45 +hmac: 7c75520ec754a947c22c7727ac905b3798298c0ea174023fb5d7f99426eee0ac ...