always try to upload lhci reports

master
Robert Kaussow 2020-07-17 10:34:52 +02:00
parent 74dbd20633
commit 886c4b2bea
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
5 changed files with 11 additions and 0 deletions

View File

@ -55,6 +55,10 @@ steps:
source: lhci_reports/dist/*
strip_prefix: lhci_reports/dist/
target: /${DRONE_REPO_NAME}
when:
status:
- failure
- success
trigger:
ref:

3
.gitignore vendored
View File

@ -2,7 +2,9 @@
.swp
.env*
dist/
tmp/
node_modules/
lhci_reports/
exampleSite/themes/
exampleSite/public/
@ -10,6 +12,7 @@ exampleSite/public/
layouts/partials/icons-svg-symbols.html
static/main.*
static/favicon/
static/fonts/GeekdocIcons.*
resources/_gen/
# testing

View File

@ -17,3 +17,7 @@ ci:
tap-targets: off
first-contentful-paint: off
first-meaningful-paint: off
largest-contentful-paint: off
upload:
target: filesystem
outputDir: lhci_reports

Binary file not shown.

Binary file not shown.