diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-31 15:49:15 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-31 15:49:15 +0000 |
commit | 0559c87007972ef76cf26b9dc7e0a150afac69ce (patch) | |
tree | 6038af7726136d6730c620ea10b69007975c6ff6 /.buildkite/pipeline.yml | |
parent | Remove CircleCI configuration (diff) | |
download | synapse-0559c87007972ef76cf26b9dc7e0a150afac69ce.tar.xz |
Don't use test image
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1f035a6ab1..75d0eb7f32 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -243,7 +243,7 @@ steps: - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: - image: "matrixdotorg/sytest-synapse:dinsic-test" + image: "matrixdotorg/sytest-synapse:dinsic" propagate-environment: true always-pull: true workdir: "/src" @@ -269,7 +269,7 @@ steps: - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: - image: "matrixdotorg/sytest-synapse:dinsic-test" + image: "matrixdotorg/sytest-synapse:dinsic" propagate-environment: true always-pull: true workdir: "/src" |