taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 271fceac1ed7245fbbd2b41cb595080f0e0afb93
parent 3ad7fa1640b2d7e22dc1cad49e185f5110afa714
Author: Torsten Grote <t@grobox.de>
Date:   Mon,  6 Mar 2023 16:05:25 -0300

Remove bootstrap script from CI

Diffstat:
M.gitlab-ci.yml | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -9,9 +9,6 @@ stages: - test - deploy -before_script: - - ./bootstrap - include: - local: 'cashier/.gitlab-ci.yml' - local: 'merchant-lib/.gitlab-ci.yml'