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:
Wang Yan 2020-05-07 11:29:25 +08:00 committed by GitHub
parent 4aac4dedd6
commit fc768a5fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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()