[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] 01/03: Revert "buildbot: fix typo"
From: |
gnunet |
Subject: |
[taler-deployment] 01/03: Revert "buildbot: fix typo" |
Date: |
Wed, 06 Sep 2023 20:01:03 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository deployment.
commit 00d68f746771d52935ed1f4d6017a44cb9b22fc6
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Sep 6 13:49:06 2023 -0400
Revert "buildbot: fix typo"
This reverts commit bdc93b632a42fcc8d86db01ef3fd2976c198c3f6.
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c8ecbce..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"mv -f {CONTAINER_WORKDIR} /tmp/trash/ ; 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.