Skip to content

Commit

Permalink
fix cime checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 30, 2024
1 parent 43953e8 commit 682a497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/srt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: checkout externals
run: |
pushd cesm
./manage_externals/checkout_externals ccs_config cdeps cime share mct cpl7 parallelio
./manage_externals/checkout_externals ccs_config cdeps share mct cpl7 parallelio
cd ccs_config
git checkout main
cd ../cime
git checkout master
git checkout main
cd ../
git clone https://github.com/ESMCI/cime
if [[ ! -e "${PWD}/.gitmodules.bak" ]]
then
echo "Convering [email protected] to https://github.com urls in ${PWD}/.gitmodules"
Expand Down

0 comments on commit 682a497

Please sign in to comment.