gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Fix buildbot worker for docs.g


From: gnunet
Subject: [taler-deployment] branch master updated: Fix buildbot worker for docs.git
Date: Tue, 31 Jan 2023 11:18:02 +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 0ee7972  Fix buildbot worker for docs.git
0ee7972 is described below

commit 0ee7972b3e9aca4e4422047bc177d748bff202fb
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Jan 31 11:17:48 2023 +0100

    Fix buildbot worker for docs.git
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 42ac446..e9336e0 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="../../deployment/docker/docs-build",
+        workdir="$HOME/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="../../deployment/docker/docs-build",
+        workdir="$HOME/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]