summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3fac57d..97016f4 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1037,16 +1037,7 @@ BUILD_FACTORY.addStep(
haltOnFailure=True
)
)
-BUILD_FACTORY.addStep(
- ShellCommand(
- name="config",
- description="Generating configuration file.",
- descriptionDone="Configuration file generated.",
- command=["./config.sh"],
- workdir="../../deployment/buildbot",
- haltOnFailure=True
- )
-)
+
BUILD_FACTORY.addStep(
ShellCommand(
name="keys generation and sign",