Remove zuul._projects
This variable has been transitioned to zuul.projects in the dependent changes, so is no longer required. Depends-On: Ib71241a862cf29f6e542dc1d4a2c5cd554d5d7d8 Depends-On: I1408a15d4da274f3fc911f03d5572f4818bc4ebb Change-Id: I283e66293110aa3bc99acb1cbc6eb3e0cc11f750
This commit is contained in:
@@ -713,7 +713,7 @@ class AnsibleJob(object):
|
||||
project['default_branch'])
|
||||
# Update the inventory variables to indicate the ref we
|
||||
# checked out
|
||||
p = args['zuul']['_projects'][project['canonical_name']]
|
||||
p = args['zuul']['projects'][project['canonical_name']]
|
||||
p['checkout'] = selected
|
||||
# Delete the origin remote from each repo we set up since
|
||||
# it will not be valid within the jobs.
|
||||
|
||||
Reference in New Issue
Block a user