We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2109ab1 commit dfe056dCopy full SHA for dfe056d
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh
@@ -31,6 +31,8 @@ fi
31
# quiet ('-q') option to prevent the progress status from being reported
32
# (which is done via done via 'stderr').
33
git clone -q -b "${BRANCH}" "${ESMVALTOOL_URL}" "${ESMVALTOOL_DIR}"
34
+cd "${ESMVALTOOL_DIR}"
35
+git checkout 146c92b
36
git clone -q -b "${BRANCH}" "${ESMVALCORE_URL}" "${ESMVALCORE_DIR}"
37
cd "${ESMVALCORE_DIR}"
38
git checkout 4527173
0 commit comments