mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-08 07:51:25 +01: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
|
||||
- name: upload test result to gs
|
||||
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
|
||||
if: always()
|
||||
|
Loading…
Reference in New Issue
Block a user