mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
Merge pull request #11133 from cevich/fix_art_upload
Cirrus: Fix not uploading logformatter html
This commit is contained in:
13
.cirrus.yml
13
.cirrus.yml
@ -241,7 +241,12 @@ bindings_task:
|
|||||||
clone_script: *noop # Comes from cache
|
clone_script: *noop # Comes from cache
|
||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
main_script: *main
|
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
|
# Build the "libpod" API documentation `swagger.yaml` and
|
||||||
@ -429,11 +434,7 @@ apiv2_test_task:
|
|||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
main_script: *main
|
main_script: *main
|
||||||
always: &logs_artifacts
|
always: &logs_artifacts
|
||||||
<<: *runner_stats
|
<<: *html_artifacts
|
||||||
# Required for `contrib/cirrus/logformatter` to work properly
|
|
||||||
html_artifacts:
|
|
||||||
path: ./*.html
|
|
||||||
type: text/html
|
|
||||||
package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
|
package_versions_script: '$SCRIPT_BASE/logcollector.sh packages'
|
||||||
df_script: '$SCRIPT_BASE/logcollector.sh df'
|
df_script: '$SCRIPT_BASE/logcollector.sh df'
|
||||||
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
|
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
|
||||||
|
Reference in New Issue
Block a user