aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-15 17:10:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-15 17:10:42 +0100
commit8ca85cf86eddfa6637feb3db929346a369b73ee8 (patch)
tree567b6022840893b0b26e0a3b37776afe391e7d38
parent5268743b465741cec57391720e7d79195cde4038 (diff)
downloaddeployment-8ca85cf86eddfa6637feb3db929346a369b73ee8.tar.gz
deployment-8ca85cf86eddfa6637feb3db929346a369b73ee8.tar.bz2
deployment-8ca85cf86eddfa6637feb3db929346a369b73ee8.zip
another workdir fix
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 56d6f86..c48d9a0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -341,7 +341,7 @@ BUILDMASTER_FACTORY.addStep(
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
command=["buildbot", "reconfig"],
- workdir="$HOME/master/"
+ workdir="../../master/"
)
)