Fixing job linting
A recent fix to wrap YAML long line resulted in an extra \n being appended to ANSIBLE_ROLES_PATH, resulting in test failure. Using YAML line folding instead of block folding should solve this. This change is not self-testing so it may require force-merging. Change-Id: If59cd536e3111b7c8f75879b0c24de039492cebe
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
vars:
|
||||
tox_envlist: linters
|
||||
tox_environment:
|
||||
ANSIBLE_ROLES_PATH: >
|
||||
ANSIBLE_ROLES_PATH: >-
|
||||
~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/kata-containers/zuul-config/roles
|
||||
|
||||
- job:
|
||||
|
Reference in New Issue
Block a user