From 6bf5dbc5f23032021e948e71c8595979c6459d5f Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 8 Oct 2019 16:47:18 +0100 Subject: peek --- .buildkite/pipeline.yml | 1 + .circleci/config.yml | 1 + 2 files changed, 2 insertions(+) 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 -- cgit 1.5.1