aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 25ecb7e..d069b16 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -292,7 +292,7 @@ DOC_FACTORY.addStep(
name="fetch taler.net sources",
description="fetching latest repositories from git.taler.net",
descriptionDone="Taler code base updated",
- command=["./update-sources.sh", "git://git.taler.net/", "exchange", "merchant", "wallet-core", "challenger"],
+ command=["./update-sources.sh", "git://git.taler.net/", "exchange", "merchant", "challenger"],
workdir="../../deployment/buildbot",
haltOnFailure=True,
)