Fix PR path on coverage
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
876c473093
commit
d34fb1298b
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ steps:
|
||||||
secret_key:
|
secret_key:
|
||||||
from_secret: minio_secret
|
from_secret: minio_secret
|
||||||
source: coverage/lcov-report/**/*
|
source: coverage/lcov-report/**/*
|
||||||
target: /${DRONE_COMMIT_SHA:0:8}/
|
target: /pr-${DRONE_PULL_REQUEST}/
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: https://artifacts.fromouter.space
|
endpoint: https://artifacts.fromouter.space
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue