summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 21:58:21 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 21:58:59 +0100
commit8e699007087b93bbc1457a701afdcfa07a65c9f7 (patch)
tree9f48e9e675ba9cc82740b782f96f75dc1c8a3e4f /bin/taler-deployment
parent2e4c13c2d7dcfb71c276b855687a21234ab8e65e (diff)
downloaddeployment-8e699007087b93bbc1457a701afdcfa07a65c9f7.tar.gz
deployment-8e699007087b93bbc1457a701afdcfa07a65c9f7.tar.bz2
deployment-8e699007087b93bbc1457a701afdcfa07a65c9f7.zip
allow euro environment
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 03dc99a..4f9bae8 100755
--- 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():