summary refs log tree commit diff
diff options
context:
space:
mode:
-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