gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: buildbot: fix some paths that


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: fix some paths that were missed
Date: Thu, 23 Nov 2023 04:46:17 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8c81994  buildbot: fix some paths that were missed
8c81994 is described below

commit 8c819941a72cfea40d2b5ca82085f135559e6e0b
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Nov 22 22:46:01 2023 -0500

    buildbot: fix some paths that were missed
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e485660..93b3eef 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -189,7 +189,7 @@ def container_add_step(HALT_ON_FAILURE,
                        WORK_DIR,
                        stepName,
                        jobCmd="/workdir/contrib/ci/ci.sh",
-                       containerFile="ci/Containerfile"):
+                       containerFile="contrib/ci/Containerfile"):
     print(f"HALT_ON_FAILURE: {HALT_ON_FAILURE}, WARN_ON_FAILURE: 
{WARN_ON_FAILURE}, CONTAINER_BUILD: {CONTAINER_BUILD}, CONTAINER_NAME: 
{CONTAINER_NAME}")
     if not CONTAINER_BUILD:
         return steps.ShellSequence(
@@ -1116,7 +1116,7 @@ class GenerateStagesCommand(buildstep.ShellMixin, 
steps.BuildStep):
                     container_factory,
                     CONTAINER_WORKDIR,
                     stage,
-                    f"ci/jobs/{stage}/job.sh")
+                    f"contrib/ci/jobs/{stage}/job.sh")
                 for stage in jobDirs
             ])
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]