[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix syntax
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix syntax |
Date: |
Wed, 28 Jul 2021 11:15:28 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new dc7a888 fix syntax
dc7a888 is described below
commit dc7a8886633619ff1de6e24506f89b33192f3df6
Author: ms <ms@taler.net>
AuthorDate: Wed Jul 28 11:15:23 2021 +0200
fix syntax
---
buildbot/master.cfg | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ced534e..ab1f953 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1092,11 +1092,8 @@ BUILDERS.append(util.BuilderConfig(
EMAIL_ALERTS.append("test-builder")
# Scheduler that triggers if anything changes
-CODECHANGE_TRIGGERS.append(
- "test-builder",
- "wallet-builder" # has the complete Taler integration tests suite.
-)
-
+CODECHANGE_TRIGGERS.append("test-builder")
+CODECHANGE_TRIGGERS.append("wallet-builder")
################ 15: Python linting JOB ###################################
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix syntax,
gnunet <=