gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: hardcoding workdi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: hardcoding workdir
Date: Mon, 10 Jun 2019 00:35:50 +0200

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

marcello pushed a commit to branch master
in repository deployment.

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

commit f9d54ef7421a9a1e6ba98a136a3e3c30281e76b7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 00:35:42 2019 +0200

    hardcoding workdir
---
 buildbot/master.cfg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1f5fdd9..f71f7d8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -394,8 +394,7 @@ BUILD_FACTORY.addStep(ShellCommand(
     name="build",
     description="Building inactive blue-green party.",
     descriptionDone="Inactive party got built.",
-    command=["./build.sh"],
-    workdir="${HOME}/deployment/buildbot",
+    command=["${HOME}/deployment/buildbot/build.sh"],
     haltOnFailure=True))
 
 BUILD_FACTORY.addStep(ShellCommand(

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



reply via email to

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