Skip to content
Snippets Groups Projects
Commit 306eacae authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Removed debugging constraints on containers activation

parent 06112aab
No related branches found
No related tags found
No related merge requests found
......@@ -48,20 +48,20 @@ function run_file(workflowFilePath::String)
results_container = startResultsContainer(encoded_auth)
# Start the data containers
#startDataContainers(unique_services, encoded_auth)
startDataContainers(unique_services, encoded_auth)
# Execute the workflow
need_to_update_results = manage_workflow(tasks, globals["platform"], results_container, overwrite)
# Stop the results container
#=if need_to_update_results
if need_to_update_results
saveResultsContainer(encoded_auth)
else
stopResultsContainer(encoded_auth)
end
# Stop the data containers
stopDataContainers(unique_services, encoded_auth)=#
stopDataContainers(unique_services, encoded_auth)
end
......
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