mirror of
https://github.com/goharbor/harbor
synced 2025-04-19 21:20:32 +00:00
update the conformance test report path (#11836)
Fix the report path issue in the action script. Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
4aac4dedd6
commit
fc768a5fbe
3
.github/workflows/conformance_test.yml
vendored
3
.github/workflows/conformance_test.yml
vendored
|
@ -70,6 +70,7 @@ jobs:
|
||||||
df -h
|
df -h
|
||||||
- name: upload test result to gs
|
- name: upload test result to gs
|
||||||
run: |
|
run: |
|
||||||
gsutil cp report.html gs://harbor-conformance-test/report.html
|
cd src/github.com/goharbor/harbor
|
||||||
|
gsutil cp ./distribution-spec/conformance/report.html gs://harbor-conformance-test/report.html
|
||||||
gsutil acl ch -u AllUsers:R gs://harbor-conformance-test/report.html
|
gsutil acl ch -u AllUsers:R gs://harbor-conformance-test/report.html
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user