summary refs log tree commit diff
path: root/.buildkite
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-06-06 16:36:28 +0100
committerGitHub <noreply@github.com>2019-06-06 16:36:28 +0100
commitf868c8df031e1c4a52e68ab32bb6fda086bd6ad7 (patch)
treee401bbad7a27c21200b152819712ba08017df575 /.buildkite
parentFix missing logcontext for PresenceHandler.on_shutdown. (#5369) (diff)
downloadsynapse-f868c8df031e1c4a52e68ab32bb6fda086bd6ad7.tar.xz
Regen sample config before kicking off agents (#5370)
* Regen sample config before kicking off agents

* Add changelog
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 44b258dca6..b805b2d839 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -36,8 +36,6 @@ steps:
           image: "python:3.6"
           propagate-environment: true
 
-  - wait
-
   - command:
       - "python -m pip install tox"
       - "tox -e check-sampleconfig"
@@ -46,6 +44,8 @@ steps:
       - docker#v3.0.1:
           image: "python:3.6"
 
+  - wait
+
   - command:
       - "python -m pip install tox"
       - "tox -e py27,codecov"