-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43953e8
commit 682a497
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|