Skip to content

ci(tools): update build tools to v7 #176

ci(tools): update build tools to v7

ci(tools): update build tools to v7 #176

Triggered via push June 19, 2026 07:02
Status Failure
Total duration 1m 54s
Artifacts

general.yml

on: push
Matrix: testing
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
linting
Process completed with exit code 1.
risky-shell-pipe: tasks/main.yml#L71
Shells that use pipes should set the pipefail option.
no-changed-when: tasks/main.yml#L71
Commands should not change things if nothing needs doing.
testing (default)
Process completed with exit code 2.
jinja[spacing]: tasks/main.yml#L119
Jinja2 spacing could be improved: {{ rke_config_content | combine({ 'clusters': [ { 'name': rke_cluster_name, 'cluster': { 'certificate-authority-data': rke_config_content['clusters'][0]['cluster']['certificate-authority-data'], 'server': rke_external_domain } } ] }, recursive=true) }} -> {{ rke_config_content | combine({'clusters': [{'name': rke_cluster_name, 'cluster': {'certificate-authority-data': rke_config_content['clusters'][0]['cluster']['certificate-authority-data'], 'server': rke_external_domain}}]}, recursive=true) }}