gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Buildbot master.cfg change use


From: gnunet
Subject: [taler-deployment] branch master updated: Buildbot master.cfg change user home path
Date: Tue, 31 Jan 2023 11:35:41 +0100

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 d19f084  Buildbot master.cfg change user home path
d19f084 is described below

commit d19f084ee0371fafdf3d88a013384d8b3b8a1a86
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Jan 31 11:35:24 2023 +0100

    Buildbot master.cfg change user home path
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e9336e0..c943c06 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -224,7 +224,7 @@ DOC_FACTORY.addStep(
         description="Building documentation",
         descriptionDone="Documentation built.",
         command=["./build.sh"],
-        workdir="$HOME/deployment/docker/docs-build",
+        workdir="/home/docbuilder/deployment/docker/docs-build",
         env={'PATH': "${HOME}/.local/bin:${PATH}"},
         haltOnFailure=True
     )
@@ -238,7 +238,7 @@ DOC_FACTORY.addStep(
         description="Building documentation",
         descriptionDone="Documentation built.",
         command=["./run.sh"],
-        workdir="$HOME/deployment/docker/docs-build",
+        workdir="/home/docbuilder/deployment/docker/docs-build",
         env={'PATH': "${HOME}/.local/bin:${PATH}"},
         haltOnFailure=True
     )

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