trying a different file
This commit is contained in:
@@ -24,7 +24,7 @@ steps:
|
||||
template = Template(template_str)
|
||||
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)
|
||||
|
||||
print("Generated .woodpecker.yml with inline volumes")
|
||||
|
||||
Reference in New Issue
Block a user