diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-09 11:17:36 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-09 11:17:36 +0100 |
commit | 1a58f6196f2f601b85daf997c3749aff9eb98e70 (patch) | |
tree | 63dcbc26898674dfc8defb31a2acb4c1899a99f5 /.buildkite/pipeline.yml | |
parent | Actually use the right image (diff) | |
download | synapse-1a58f6196f2f601b85daf997c3749aff9eb98e70.tar.xz |
Try to run stuff on buildkite
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 72678e82c8..d890e4a9c0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -52,15 +52,10 @@ steps: POSTGRES: "1" command: - "bash .buildkite/merge_base_branch.sh" - - "pwd" - - "git --git-dir=/src/.git symbolic-ref HEAD" - - "ls -a" - - "ls /" - - "ls jenkins" - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: - image: "matrixdotorg/sytest-synapse:dinsic" + image: "matrixdotorg/sytest-synapse:dinsic-test" propagate-environment: true always-pull: true workdir: "/src" |