aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9a77690..58c255a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -376,14 +376,6 @@ BUILD_FACTORY.addStep(git_step(
"git://git.taler.net/deployment.git"))
BUILD_FACTORY.addStep(ShellCommand(
- name="config",
- description="Generating configuration file.",
- descriptionDone="Configuration file generated.",
- command=["./config.sh"],
- workdir="build/buildbot",
- haltOnFailure=True))
-
-BUILD_FACTORY.addStep(ShellCommand(
name="build",
description="Building inactive blue-green party.",
descriptionDone="Inactive party got built.",
@@ -392,6 +384,14 @@ BUILD_FACTORY.addStep(ShellCommand(
haltOnFailure=True))
BUILD_FACTORY.addStep(ShellCommand(
+ name="config",
+ description="Generating configuration file.",
+ descriptionDone="Configuration file generated.",
+ command=["./config.sh"],
+ workdir="build/buildbot",
+ haltOnFailure=True))
+
+BUILD_FACTORY.addStep(ShellCommand(
name="keys generation and sign",
description="Generating exchange keys, and auditor-sign them.",
descriptionDone="Exchange keys generated, and auditor-signed.",