1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

chore(ci): fix htmltest config

refs #1745

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-08-12 10:50:50 -03:00
parent e67b509f3d
commit 74c4af77e4

View File

@ -8,4 +8,6 @@ IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
HTTPHeaders: '{"Range": "bytes=0-10", "Accept": "*/*"}'
# HTTPHeaders:
# "Range": "bytes=0-10"
# "Accept": "*/*"