trying a different file
This commit is contained in:
0
.woodpecker/backup-pipeline.yml
Normal file
0
.woodpecker/backup-pipeline.yml
Normal file
@@ -24,7 +24,7 @@ steps:
|
|||||||
template = Template(template_str)
|
template = Template(template_str)
|
||||||
output = template.render(backups=manifest["backups"])
|
output = template.render(backups=manifest["backups"])
|
||||||
|
|
||||||
with open(".woodpecker.yml", "w") as f:
|
with open(".woodpecker/backup-pipeline.yml", "w") as f:
|
||||||
f.write(output)
|
f.write(output)
|
||||||
|
|
||||||
print("Generated .woodpecker.yml with inline volumes")
|
print("Generated .woodpecker.yml with inline volumes")
|
||||||
|
|||||||
Reference in New Issue
Block a user