gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix workdir


From: gnunet
Subject: [taler-deployment] branch master updated: fix workdir
Date: Sun, 15 Dec 2019 17:06:27 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ad0bf7c  fix workdir
ad0bf7c is described below

commit ad0bf7c588d7dbe726273660edcb5c2f4a212e41
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 15 17:06:25 2019 +0100

    fix workdir
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 37cafc2..56d6f86 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -316,15 +316,15 @@ def update_deployment(factory):
         name="clean old deployment",
         description="cleaning previous deployment repository",
         descriptionDone="Deployment removed",
-        command=["rm", "-rf", "$HOME/deployment"],
-        workdir="$HOME/"
+        command=["rm", "-rf", "deployment"],
+        workdir="../.."
     ))
     factory.addStep(ShellCommand(
         name="update deployment",
         description="fetching latest deployment repository",
         descriptionDone="Deployment updated",
         command=["git", "clone", "git://git.taler.net/deployment"],
-        workdir="$HOME/"
+        workdir="../.."
     ))
 
 # Create a FACTORY with a deployment.git checkout as the first step.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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