Skip to content
Snippets Groups Projects
Commit 6baf190f authored by Loraine Guéguen's avatar Loraine Guéguen
Browse files

debug get picture

parent 5925f2af
No related branches found
No related tags found
2 merge requests!25Sync in wf,!18Release v2.1.0
......@@ -431,9 +431,9 @@ if __name__ == "__main__":
deploy_stack_for_current_organism.make_compose_files()
logging.info("Successfully generated the docker-compose files for %s %s", deploy_stack_for_current_organism.genus, deploy_stack_for_current_organism.species)
# logging.info("Deploying stacks")
# if args.force_traefik:
# deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=True)
# else:
# deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=False)
# logging.info("All stacks deployed for organisms in input file %s" % args.input)
logging.info("Deploying stacks")
if args.force_traefik:
deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=True)
else:
deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=False)
logging.info("All stacks deployed for organisms in input file %s" % args.input)
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