diff options
author | Torsten Grote <t@grobox.de> | 2020-08-18 11:48:40 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-08-18 11:48:40 -0300 |
commit | 5cf637b9b22a07fb6a089db3c8c7d82a50487352 (patch) | |
tree | 12e42ea8b3a66376575afe250d4b0ec800f6946f | |
parent | 612876e44de35cdbd563ac2ce40dcd1d4e397bc5 (diff) | |
download | taler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.tar.gz taler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.tar.bz2 taler-android-5cf637b9b22a07fb6a089db3c8c7d82a50487352.zip |
Bootstrap new submodule in CI
-rw-r--r-- | .gitlab-ci.yml | 3 | ||||
-rwxr-xr-x | bootstrap | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e90ba7..7f304d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,9 @@ stages: - test - deploy +before_script: + - ./bootstrap + include: - local: 'cashier/.gitlab-ci.yml' - local: 'merchant-lib/.gitlab-ci.yml' @@ -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 |