Skip to content
Snippets Groups Projects
Commit 1f46623a authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Added code to update the git submodules aswell if they changed

parent ad40f301
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,10 @@ git submodule update --recursive --init ...@@ -4,8 +4,10 @@ git submodule update --recursive --init
pushd awitpt pushd awitpt
git checkout v0.0.x git checkout v0.0.x
git pull
popd popd
pushd webgui/awitef pushd webgui/awitef
git checkout v0.0.x git checkout v0.0.x
git pull
popd popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment