summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-18 11:48:40 -0300
committerTorsten Grote <t@grobox.de>2020-08-18 11:48:40 -0300
commit5cf637b9b22a07fb6a089db3c8c7d82a50487352 (patch)
tree12e42ea8b3a66376575afe250d4b0ec800f6946f /bootstrap
parent612876e44de35cdbd563ac2ce40dcd1d4e397bc5 (diff)
downloadtaler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.tar.gz
taler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.tar.bz2
taler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.zip
Bootstrap new submodule in CI
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 1b71b37..8efb636 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,5 +10,5 @@ if ! git --version >/dev/null; then
exit 1
fi
-git submodule update --init
-
+git submodule sync --recursive
+git submodule update --init --recursive