taler-deployment

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

commit ea96552b17ffcac7240f046ac8dc9df4c0b80ea1
parent 43d8d3286aeac0f5894a7f0985e778670a8d038b
Author: MS <ms@taler.net>
Date:   Wed, 17 Feb 2021 08:16:15 +0100

return -> continue

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -509,7 +509,7 @@ def checkout_repos(cfg, repos): tag = getattr(cfg, "tag_" + r.name.replace("-", "_")) if not tag: print(f"Not installing {r.name} from sources") - return + continue r_dir = home / "sources" / r.name if not r_dir.exists(): r_dir.mkdir(parents=True, exist_ok=True)