Skip to content

Commit

Permalink
#3060: update esmvaltool to checkout at non broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tgeddes committed Mar 16, 2023
1 parent 2109ab1 commit dfe056d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ fi
# quiet ('-q') option to prevent the progress status from being reported
# (which is done via done via 'stderr').
git clone -q -b "${BRANCH}" "${ESMVALTOOL_URL}" "${ESMVALTOOL_DIR}"
cd "${ESMVALTOOL_DIR}"
git checkout 146c92b
git clone -q -b "${BRANCH}" "${ESMVALCORE_URL}" "${ESMVALCORE_DIR}"
cd "${ESMVALCORE_DIR}"
git checkout 4527173
Expand Down

0 comments on commit dfe056d

Please sign in to comment.