Skip to content
Snippets Groups Projects
Commit e18eb372 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Merge branch 'curator_workflow_file_list' into '2.8.2.1-DEVELOMENT'

Changed filesList to file_list in the workflow's metadata.json to match wrester

See merge request !1518
parents 4ef6b78e fdbf79ef
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1518Changed filesList to file_list in the workflow's metadata.json to match wrester
Pipeline #12925 passed
......@@ -51,8 +51,8 @@ new_json = """{
"projectMetadata": {
"telescope": "{{telescope}}",
"projectCode": "{{projectCode}}"
}{{#filesList}},
"filesList": {{filesList}}{{/filesList}}
}{{#file_list}},
"file_list": {{file_list}}{{/file_list}}
}
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment