Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2021-07-28 23:09:05 +0300
committerRobert Kaussow <mail@thegeeklab.de>2021-07-28 23:09:05 +0300
commit84f44e1913915c99a6d1a5c6bc41d01e6b63099c (patch)
tree34e52f60ea32a6e6ae40da13a8d35a92ce971824 /.drone.yml
parent7fcd783d62e876b71326f422167f9e27ce99f59a (diff)
ci: skip lhci report upload if file is missing
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
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
...