gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] 02/02: Bootstrap new submodule in CI


From: gnunet
Subject: [taler-taler-android] 02/02: Bootstrap new submodule in CI
Date: Tue, 18 Aug 2020 18:24:56 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

commit 5cf637b9b22a07fb6a089db3c8c7d82a50487352
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Aug 18 11:48:40 2020 -0300

    Bootstrap new submodule in CI
---
 .gitlab-ci.yml | 3 +++
 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'
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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]