gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Fix path workdir - Buildbot co


From: gnunet
Subject: [taler-deployment] branch master updated: Fix path workdir - Buildbot compile-and-check worker
Date: Fri, 21 Apr 2023 20:37:29 +0200

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

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c3f6440  Fix path workdir - Buildbot compile-and-check worker
c3f6440 is described below

commit c3f64402a8575a0601dffa4c528403bf50a93fa3
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Fri Apr 21 20:36:37 2023 +0200

    Fix path workdir - Buildbot compile-and-check worker
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f4a7317..520b075 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1026,7 +1026,7 @@ CHECK_AND_COMPILE_FACTORY.addStep(
         description="Build docker image",
         descriptionDone="Build Docker image: DONE",
         command=["./build.sh"],
-        
workdir="/home/demo/deployment/docker/compile-and-check/buildbot-compile-and-check"
+        workdir="/home/demo/deployment/docker/compile-and-check"
     )
 )
 
@@ -1039,7 +1039,7 @@ CHECK_AND_COMPILE_FACTORY.addStep(
         description="Compile content & Run docker image",
         descriptionDone="Run docker image : DONE",
         command=["./run.sh"],
-        
workdir="/home/demo/deployment/docker/compile-and-check/buildbot-compile-and-check"
+        workdir="/home/demo/deployment/docker/compile-and-check"
     )
 )
 

-- 
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]