switch to zuul.projects from zuul._projects

Change-Id: I9f5b68e1a6f15957382deb29bc6e6bb462b86b34
This commit is contained in:
Matthew Thode 2017-12-10 23:32:39 -06:00
parent e0cf64cb5c
commit 51f376c776
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
# with command into job-output.txt file.
# Command expects the file to be at the remote system - the system
# running the tests. Ask zuul variables for the path.
command: "{{ zuul._projects['git.openstack.org/openstack/requirements'].src_dir }}/playbooks/files/project-requirements-change.py {{ zuul.project.src_dir }} {{ zuul.branch }}"
command: "{{ zuul.projects['git.openstack.org/openstack/requirements'].src_dir }}/playbooks/files/project-requirements-change.py {{ zuul.project.src_dir }} {{ zuul.branch }}"