summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/keys.sh1
-rw-r--r--buildbot/master.cfg11
2 files changed, 2 insertions, 10 deletions
diff --git a/buildbot/keys.sh b/buildbot/keys.sh
index ff3e3cb..fe52dfb 100755
--- a/buildbot/keys.sh
+++ b/buildbot/keys.sh
@@ -4,4 +4,5 @@
set -eu
source "${HOME}/activate"
+taler-deployment-stop
taler-deployment-prepare
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",