Commit cd2fb91d authored by Julian Wiesener's avatar Julian Wiesener

Update submodules

parent 8fec6b08
...@@ -65,6 +65,7 @@ if [ -z "${KEEP_SOURCE}" ]; then ...@@ -65,6 +65,7 @@ if [ -z "${KEEP_SOURCE}" ]; then
git reset --hard git reset --hard
${GIT_FETCH} || exit 1 ${GIT_FETCH} || exit 1
git checkout ${GIT_CHEKOUT} || exit 1 git checkout ${GIT_CHEKOUT} || exit 1
git submodule update --init --recursive || exit 1
fi fi
fi fi
if [ -d debian/source ]; then if [ -d debian/source ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment