Merge "ignore the series_status.yaml when processing release requests"
This commit is contained in:
commit
e9de791b5f
@ -61,7 +61,8 @@ def find_modified_deliverable_files(reporoot):
|
|||||||
filenames = [
|
filenames = [
|
||||||
l.strip()
|
l.strip()
|
||||||
for l in results.splitlines()
|
for l in results.splitlines()
|
||||||
if l.startswith('deliverables/')
|
if (l.startswith('deliverables/') and
|
||||||
|
not l.endswith('series_status.yaml'))
|
||||||
]
|
]
|
||||||
return filenames
|
return filenames
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user