Skip to content

Commit c916ea4

Browse files
committed
#3060: modify platform settings
1 parent b06abbf commit c916ea4

File tree

1 file changed

+4
-0
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow

1 file changed

+4
-0
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc

+4
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@
3939
{% endif %}
4040

4141
[[install_cold]]
42+
{% if SITE == "jasmin" %}
4243
platform = localhost
44+
{% endif %}
4345
[[[environment]]]
4446
SITE = {{ SITE }}
4547

4648
[[configure]]
4749
pre-script = "mkdir -p ${USER_CONFIG_DIR}"
50+
{% if SITE == "jasmin" %}
4851
platform = localhost
52+
{% endif %}
4953
[[[environment]]]
5054
ROSE_TASK_APP = configure
5155
DRS_CMIP3 = {{ DRS_CMIP3 }}

0 commit comments

Comments
 (0)