taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8e699007087b93bbc1457a701afdcfa07a65c9f7
parent 2e4c13c2d7dcfb71c276b855687a21234ab8e65e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 22 Nov 2019 21:58:21 +0100

allow euro environment

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -351,7 +351,7 @@ def get_stale_repos(repos: List[Repo]) -> List[Repo]: return stale -allowed_envs = ("test", "int", "demo", "auditor-reporter", "docs-builder") +allowed_envs = ("test", "int", "demo", "auditor-reporter", "docs-builder", "euro") def load_envcfg():