[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: ensure a clean works
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: ensure a clean workspace |
Date: |
Wed, 06 Sep 2023 19:36:32 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new a0ba725 buildbot: ensure a clean workspace
a0ba725 is described below
commit a0ba72543abd477d0ca6f4ebb309ada3ec96c406
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Sep 6 13:34:52 2023 -0400
buildbot: ensure a clean workspace
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0b5ad2c..a387849 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1356,7 +1356,7 @@ for repo in container_repos:
container_factory.addStep(ShellCommand(
name="workspace",
descriptionDone="Workspace directory check",
- command=f"test -d {CONTAINER_WORKDIR} || mkdir -p {CONTAINER_WORKDIR}",
+ command=f"mv -f ${CONTAINER_WORKDIR} /tmp/trash/ ; mkdir -p
{CONTAINER_WORKDIR}",
haltOnFailure=True,
))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: ensure a clean workspace,
gnunet <=