taler-deployment

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

commit 159a9eaf9b1e162c3e7490ced2ef9563d45df4e8
parent ece5745f024c5d8ace33040f00045009d9064e99
Author: Devan Carpenter <devan@taler.net>
Date:   Wed,  9 Oct 2024 14:56:58 +0100

buildbot: make string substitution more consistent

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -589,7 +589,7 @@ for repo in container_repos: container_factory.addStep(GenerateStagesCommand( REPO_NAME, name="Generate build stages", - command=["ls", CI_JOBS_PATH], + command=f"ls {CI_JOBS_PATH}", haltOnFailure=True)) BUILDERS.append(util.BuilderConfig(