summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-09 11:17:36 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-09 11:17:36 +0100
commit1a58f6196f2f601b85daf997c3749aff9eb98e70 (patch)
tree63dcbc26898674dfc8defb31a2acb4c1899a99f5 /.buildkite/pipeline.yml
parentActually use the right image (diff)
downloadsynapse-1a58f6196f2f601b85daf997c3749aff9eb98e70.tar.xz
Try to run stuff on buildkite
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml7
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"