Skip to content

Commit

Permalink
Cirrus: Fix not uploading logformatter html
Browse files Browse the repository at this point in the history
Previously we were generating the annotated results but never uploading
them.  Fix this so visiting the advertised URL actually works.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 4, 2021
1 parent c887018 commit f4dd22b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,12 @@ bindings_task:
clone_script: *noop # Comes from cache
setup_script: *setup
main_script: *main
always: *runner_stats
always: &html_artifacts
<<: *runner_stats
# Required for `contrib/cirrus/logformatter` to work properly
html_artifacts:
path: ./*.html
type: text/html


# Build the "libpod" API documentation `swagger.yaml` and
Expand Down Expand Up @@ -429,11 +434,7 @@ apiv2_test_task:
setup_script: *setup
main_script: *main
always: &logs_artifacts
<<: *runner_stats
# Required for `contrib/cirrus/logformatter` to work properly
html_artifacts:
path: ./*.html
type: text/html
<<: *html_artifacts
package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
df_script: '$SCRIPT_BASE/logcollector.sh df'
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
Expand Down

0 comments on commit f4dd22b

Please sign in to comment.