commit 70440ead53fda92e5a23dfb2a5c79ed32bb4304b
parent 98b9f4c78e1f182328fc74aaf935cc35c1f33a63
Author: MS <ms@taler.net>
Date: Fri, 11 Sep 2020 15:52:34 +0200
allow local
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -327,7 +327,7 @@ def get_repos(envname):
Repo("landing", "git://git.taler.net/landing", [], build_landing),
Repo("taler-merchant-demos", "git://git.taler.net/taler-merchant-demos", [], build_demos),
]
- if envname in ("demo", "int", "test", "auditor-reporter-test", "auditor-reporter-demo"):
+ if envname in ("local", "demo", "int", "test", "auditor-reporter-test", "auditor-reporter-demo"):
return [
Repo(
"libmicrohttpd",