Fix quoting in zuul for tempest plugins
Something has changed and the quoting used in the zuul jobs configuration no longer works. This patch removes the excess quoting. Change-Id: I4c6c3b1d0e0c38c8130440c2b6c162fd65532179
This commit is contained in:
parent
63ca38f00d
commit
e17325dd3b
@ -63,7 +63,7 @@
|
||||
- ^openstack_dashboard/dashboards/.*/tests.py$
|
||||
vars:
|
||||
devstack_localrc:
|
||||
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon'"
|
||||
TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon"
|
||||
USE_PYTHON3: true
|
||||
devstack_services:
|
||||
horizon: true
|
||||
|
Loading…
Reference in New Issue
Block a user