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@geeklabor.de>2020-09-17 14:05:44 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-09-17 14:05:44 +0300
commitecbc579bfdbf43ff86977d34d1bbec6ffc01fee4 (patch)
tree0c3b2af6e051aa3bba1cdce442f031b4e0b81d10 /.drone.yml
parentab881d7c2640b8d29cbc9f11f6231b18d7b14251 (diff)
dont upload page validation report on pr
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 1bafe2e..8792eec 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -56,6 +56,9 @@ steps:
strip_prefix: lhci_reports/dist/
target: /${DRONE_REPO_NAME}
when:
+ ref:
+ - refs/heads/master
+ - refs/tags/**
status:
- failure
- success
@@ -235,6 +238,6 @@ depends_on:
---
kind: signature
-hmac: 0c98dc22823695273ff711ccf8d2693a0895bdac5a6d53617d6f7f89a36b7cb1
+hmac: 41d1cd141179529490477cabe96f9e62933e0deb7cab3d17043a2182afd515fb
...