diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 16:40:15 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 16:40:15 +0100 |
commit | a093ac6d86d08eec874c45bf4f504950c233bc02 (patch) | |
tree | ac4f18a5c7926ffe4b3cfe583ecf3104a374911e /.buildkite/pipeline.yml | |
parent | Temporarily move the sytest job before the wait (diff) | |
download | synapse-a093ac6d86d08eec874c45bf4f504950c233bc02.tar.xz |
peek
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d3e8a90297..3b95ab1053 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -52,7 +52,9 @@ steps: POSTGRES: "1" command: - "bash .buildkite/merge_base_branch.sh" + - "pwd" - "ls" + - "ls /" - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: |