Skip to content

Commit

Permalink
updating gotm clone
Browse files Browse the repository at this point in the history
  • Loading branch information
wathen committed Feb 22, 2024
1 parent 71d3663 commit 067cca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-actions/gotm-fabm-ersem/gotm-fabm-ersem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ echo "Cloning FABM"
git clone https://github.com/fabm-model/fabm.git

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

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

0 comments on commit 067cca4

Please sign in to comment.