Skip to content

Commit dfe056d

Browse files
committed
#3060: update esmvaltool to checkout at non broken version
1 parent 2109ab1 commit dfe056d

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
@@ -31,6 +31,8 @@ fi
3131
# quiet ('-q') option to prevent the progress status from being reported
3232
# (which is done via done via 'stderr').
3333
git clone -q -b "${BRANCH}" "${ESMVALTOOL_URL}" "${ESMVALTOOL_DIR}"
34+
cd "${ESMVALTOOL_DIR}"
35+
git checkout 146c92b
3436
git clone -q -b "${BRANCH}" "${ESMVALCORE_URL}" "${ESMVALCORE_DIR}"
3537
cd "${ESMVALCORE_DIR}"
3638
git checkout 4527173

0 commit comments

Comments
 (0)