We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3331e1e commit 0ce8576Copy full SHA for 0ce8576
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh
@@ -32,6 +32,8 @@ fi
32
# (which is done via done via 'stderr').
33
git clone -q -b "${BRANCH}" "${ESMVALTOOL_URL}" "${ESMVALTOOL_DIR}"
34
git clone -q -b "${BRANCH}" "${ESMVALCORE_URL}" "${ESMVALCORE_DIR}"
35
+cd "${ESMVALCORE_DIR}"
36
+git checkout 4527173
37
38
# Manually and temporarily install imagehash (it will be included in the
39
# next ESMValTool community environment).
0 commit comments