taler-deployment

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

commit 551171fd12618ef8332108ad39a3e3e6906442f0
parent 8cf623e54015cb17f9bcf97ec2412a43a2773b44
Author: Devan Carpenter <devan@taler.net>
Date:   Sun,  9 Feb 2025 17:21:58 +0100

buildbot: print inputs path to log

useful for debugging

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -235,6 +235,7 @@ def container_add_step(HALT_ON_FAILURE, # Inputs directory inputs_path = f"/home/container-worker/container_inputs/{CONTAINER_NAME}" if os.path.isdir(inputs_path): + print(f"adding {inputs_path}") runCommand += ["--volume", f"{inputs_path}:/inputs:ro"] if CONTAINER_BUILD: