Skip to content

Commit a019ad8

Browse files
committed
don't delete deployments in generator
1 parent 7811d92 commit a019ad8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

infrabox/generator/generator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ def main():
6363
'data': False
6464
}
6565

66-
if not branch:
67-
for j in deployments['jobs']:
68-
if 'deployments' in j:
69-
del j['deployments']
70-
71-
7266
with open('/infrabox/output/deployments.json', 'w') as out:
7367
json.dump(deployments, out)
7468

0 commit comments

Comments
 (0)