Merge pull request #2339 from dnephin/recreate_deps_on_create
Recreate dependents when a dependency is created
This commit is contained in:
commit
0017f43d7f
2 changed files with 14 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ class Project(object):
|
|||
name
|
||||
for name in service.get_dependency_names()
|
||||
if name in plans
|
||||
and plans[name].action == 'recreate'
|
||||
and plans[name].action in ('recreate', 'create')
|
||||
]
|
||||
|
||||
if updated_dependencies and strategy.allows_recreate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue