Skip to content

Commit

Permalink
Updating gotm version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wathen committed Nov 14, 2023
1 parent a018ee0 commit e5766a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions github-actions/fabm0d-gotm-ersem/fabm0d-gotm-ersem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ echo "Cloning FABM"
git clone https://github.com/fabm-model/fabm.git

echo "Cloning GOTM"
git clone https://github.com/gotm-model/code.git gotm
cd gotm && git checkout v6.0 && git submodule update --init --recursive && cd ..
git clone --recursive https://github.com/gotm-model/code.git

echo "Checking out branch: $BRANCH"
cd ersem && git checkout $BRANCH && cd ..
Expand Down
3 changes: 1 addition & 2 deletions github-actions/gotm-fabm-ersem/gotm-fabm-ersem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ echo "Cloning FABM"
git clone https://github.com/fabm-model/fabm.git

echo "Cloning GOTM"
git clone https://github.com/gotm-model/code.git gotm
cd gotm && git checkout v6.0 && git submodule update --init --recursive && cd ..
git clone --recursive https://github.com/gotm-model/code.git

echo "Checking out branch: $BRANCH"
cd ersem && git checkout $BRANCH && cd ..
Expand Down

0 comments on commit e5766a2

Please sign in to comment.