Skip to content

Commit

Permalink
Merge pull request containers#11133 from cevich/fix_art_upload
Browse files Browse the repository at this point in the history
Cirrus: Fix not uploading logformatter html
  • Loading branch information
openshift-ci[bot] authored Aug 4, 2021
2 parents 571547b + f4dd22b commit 117583c
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 117583c

Please sign in to comment.