summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-08 16:47:18 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-08 16:47:18 +0100
commit6bf5dbc5f23032021e948e71c8595979c6459d5f (patch)
tree1a2e84152f630743bae5355a314b3f890cb1049c
parentpeek (diff)
downloadsynapse-6bf5dbc5f23032021e948e71c8595979c6459d5f.tar.xz
peek
-rw-r--r--.buildkite/pipeline.yml1
-rw-r--r--.circleci/config.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index 3b95ab1053..1650eb42bb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -55,6 +55,7 @@ steps: - "pwd" - "ls" - "ls /" + - "ls jenkins" - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: diff --git a/.circleci/config.yml b/.circleci/config.yml
index 162407e539..82a2fc6d80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml
@@ -9,6 +9,7 @@ jobs: - run: bash .circleci/merge_base_branch.sh - run: pwd - run: ls + - run: ls jenkins - run: POSTGRES=1 /synapse_sytest.sh - store_artifacts: path: /logs