summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-31 15:49:15 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-10-31 15:49:15 +0000
commit0559c87007972ef76cf26b9dc7e0a150afac69ce (patch)
tree6038af7726136d6730c620ea10b69007975c6ff6
parentRemove CircleCI configuration (diff)
downloadsynapse-0559c87007972ef76cf26b9dc7e0a150afac69ce.tar.xz
Don't use test image
Diffstat (limited to '')
-rw-r--r--.buildkite/pipeline.yml4
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"