diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-11 23:43:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 23:43:41 +1000 |
commit | a83577d64f23c260bd7899a4dee5ff00d1058253 (patch) | |
tree | 3e489fc255004fa65062810554bf26b579ede701 /.buildkite | |
parent | Improved docs on setting up Postgresql (#5661) (diff) | |
download | synapse-a83577d64f23c260bd7899a4dee5ff00d1058253.tar.xz |
Use /src for checking out synapse during sytests (#5664)
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index dd0f98cba0..7f42fad909 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -179,6 +179,7 @@ steps: image: "matrixdotorg/sytest-synapse:py35" propagate-environment: true always-pull: true + workdir: "/src" retry: automatic: - exit_status: -1 @@ -199,6 +200,7 @@ steps: image: "matrixdotorg/sytest-synapse:py35" propagate-environment: true always-pull: true + workdir: "/src" retry: automatic: - exit_status: -1 @@ -220,6 +222,7 @@ steps: image: "matrixdotorg/sytest-synapse:py35" propagate-environment: true always-pull: true + workdir: "/src" soft_fail: true retry: automatic: |