summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-17 17:15:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-17 17:15:54 +0000
commit333ae763d45b61356d18b32154f08a44f0ea8dfe (patch)
tree458129c2295c35aaebed0b50d2b1c57814210420 /.buildkite/pipeline.yml
parent Improved docs on setting up Postgresql (#5661) (diff)
parentUse /src for checking out synapse during sytests (#5664) (diff)
downloadsynapse-333ae763d45b61356d18b32154f08a44f0ea8dfe.tar.xz
Use /src for checking out synapse during sytests (#5664)
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index bf5c51217f..c5100be190 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -178,6 +178,7 @@ steps:
           image: "matrixdotorg/sytest-synapse:py35"
           propagate-environment: true
           always-pull: true
+          workdir: "/src"
     retry:
       automatic:
         - exit_status: -1
@@ -198,6 +199,7 @@ steps:
           image: "matrixdotorg/sytest-synapse:dinsic-py3"
           propagate-environment: true
           always-pull: true
+          workdir: "/src"
     retry:
       automatic:
         - exit_status: -1
@@ -219,6 +221,7 @@ steps:
           image: "matrixdotorg/sytest-synapse:dinsic-py3"
           propagate-environment: true
           always-pull: true
+          workdir: "/src"
     soft_fail: true
     retry:
       automatic: