Skip to content
Snippets Groups Projects
Commit fec0dd09 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Print the rendered recipe in debug mode

parent a1305e06
No related branches found
No related tags found
1 merge request!190Add an alternative command to nightlies
...@@ -243,6 +243,9 @@ def build( ...@@ -243,6 +243,9 @@ def build(
continue continue
rendered_recipe = get_parsed_recipe(metadata) rendered_recipe = get_parsed_recipe(metadata)
logger.debug("Printing rendered recipe")
logger.debug("\n" + yaml.dump(rendered_recipe))
logger.debug("Finished printing rendered recipe")
path = get_output_path(metadata, conda_config)[0] path = get_output_path(metadata, conda_config)[0]
# gets the next build number # gets the next build number
......
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