gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: Fix change detection for ca


From: gnunet
Subject: [taler-taler-android] branch master updated: Fix change detection for cashier CI
Date: Wed, 18 Mar 2020 20:21:07 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new b241695  Fix change detection for cashier CI
b241695 is described below

commit b24169502d8052c7359632059f147734d8da1dd9
Author: Torsten Grote <address@hidden>
AuthorDate: Wed Mar 18 16:20:41 2020 -0300

    Fix change detection for cashier CI
---
 cashier/.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml
index ba64ccc..1b82411 100644
--- a/cashier/.gitlab-ci.yml
+++ b/cashier/.gitlab-ci.yml
@@ -4,7 +4,7 @@ cashier_test:
   stage: test
   only:
     changes:
-      - "cashier"
+      - cashier/**/*
   script: ./gradlew :cashier:lint :cashier:assembleRelease
   artifacts:
     paths:
@@ -17,7 +17,7 @@ cashier_deploy_nightly:
     refs:
       - master
     changes:
-      - "cashier"
+      - cashier/**/*
   needs: ["cashier_test"]
   script:
     # Ensure that key exists

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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