Skip to content

Commit 0ce8576

Browse files
committed
#3060: checkout to non broken commit
1 parent 3331e1e commit 0ce8576

File tree

1 file changed

+2
-0
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin

1 file changed

+2
-0
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ fi
3232
# (which is done via done via 'stderr').
3333
git clone -q -b "${BRANCH}" "${ESMVALTOOL_URL}" "${ESMVALTOOL_DIR}"
3434
git clone -q -b "${BRANCH}" "${ESMVALCORE_URL}" "${ESMVALCORE_DIR}"
35+
cd "${ESMVALCORE_DIR}"
36+
git checkout 4527173
3537

3638
# Manually and temporarily install imagehash (it will be included in the
3739
# next ESMValTool community environment).

0 commit comments

Comments
 (0)