osism-zuul-app / osism/check
failed
Nov 7, 2024 in 0s
Summary
Zuul encountered a syntax error while parsing its configuration in the
repo osism/kolla-operations on branch main. The error was:
'str' object does not support item assignment
The error appears in the following project stanza:
project:
default-branch: main
merge-mode: squash-merge
check:
jobs: &jobs
- yamllint
- name: ansible-lint
files: ^.src/playbooks/..(yaml|yml)$
- name: check-shell-syntax
files: ^.src/files/mixins.sh$
- name: mixin-ouput-ensure-git-checkin
files: ^.src/.$
gate:
jobs: *jobs
periodic-daily:
jobs: *jobs
in "osism/kolla-operations/.zuul.yaml@main", line 6, column 3
Annotations
Check warning on line 21 in .zuul.yaml
osism-zuul-app / osism/check
.zuul.yaml#L6-L21
'str' object does not support item assignment
Loading