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

github.com/thegeeklab/hugo-geekblog.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:10:28 +0300
committerRobert Kaussow <mail@thegeeklab.de>2021-07-28 23:10:28 +0300
commit4d4316c3463470fa6b257a69aeeecc2c3909d4a3 (patch)
tree84881eb8a3b0d50aed7841b7bc3e5535445e1dd4 /.drone.yml
parentea976beeaff527d2fd2fbcb1cb7242126e1aa007 (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 8d74847..9ad1e72 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:
@@ -276,6 +277,6 @@ depends_on:
---
kind: signature
-hmac: ebb333a66d8fd050835b2b5b479e5b9f3316aaa919c48476f5714979567d0e0a
+hmac: 85bd2b6e42d2f61ed84dbe55ee810a3bad9757ebdc1ebd8832b05174c62a3448
...