Skip to content

Commit

Permalink
Revert pull request 305 add-index-html
Browse files Browse the repository at this point in the history
This commit reverses a change that added index.html at the end of the log_url for Zuul logs. As far as I can tell this is causing the URL to be wrong and cause 404 errors.
  • Loading branch information
jadonn committed Feb 1, 2024
1 parent 9f1ba66 commit 7681547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/upload-swift/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
zuul_return:
data:
zuul:
log_url: "https://openstack-ci-reports.ubuntu.com/artifacts{{ upload_results.url.split('zosci-artifacts') | last }}/index.html"
log_url: "https://openstack-ci-reports.ubuntu.com/artifacts{{ upload_results.url.split('zosci-artifacts') | last }}/"
- name: Print upload failures
debug:
var: upload_results.upload_failures
Expand Down

0 comments on commit 7681547

Please sign in to comment.