From ca07fd5ebc6adbc633176a8ef8dc997412a157ca Mon Sep 17 00:00:00 2001 From: Theo Geddes Date: Wed, 8 Mar 2023 15:14:24 +0000 Subject: [PATCH] #3060: modify platform settings --- .../recipe_test_workflow/recipe_test_workflow/flow.cylc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc index dca1a97b46..654fec5d26 100644 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc @@ -39,17 +39,11 @@ {% endif %} [[install_cold]] -{% if SITE == "jasmin" %} - platform = localhost -{% endif %} [[[environment]]] SITE = {{ SITE }} [[configure]] pre-script = "mkdir -p ${USER_CONFIG_DIR}" -{% if SITE == "jasmin" %} - platform = localhost -{% endif %} [[[environment]]] ROSE_TASK_APP = configure DRS_CMIP3 = {{ DRS_CMIP3 }}