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"
|