commit 8d45146623f3c2bb5c02c0992efdae1a84b4e737
parent 78cc6fa7da936f5a8c6a7a74e10051192c108c5f
Author: Devan Carpenter <devan@taler.net>
Date: Mon, 17 Jul 2023 11:58:35 -0400
buildbot: remove legacy docs build step
docs.git is now built from the container builder generator
Diffstat:
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -279,17 +279,6 @@ WORKERS.append(Worker("doc-worker", "doc-pass"))
DOC_FACTORY = create_factory_with_deployment()
DOC_FACTORY.addStep(
ShellCommand(
- name="build docs",
- description="Building documentation",
- descriptionDone="Documentation built.",
- command=["./build-docs.sh"],
- workdir="../../deployment/buildbot",
- env={'PATH': "${HOME}/.local/bin:${PATH}"},
- haltOnFailure=True
- )
-)
-DOC_FACTORY.addStep(
- ShellCommand(
name="fetch taler.net sources",
description="fetching latest repositories from git.taler.net",
descriptionDone="Taler code base updated",