diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 17:07:58 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 17:07:58 +0100 |
commit | b77d92514e5bc71aa9c51908435ecc2e48051983 (patch) | |
tree | 3b5dcb2d56e3ca777d98b8002487659e0bb6664d /.buildkite/pipeline.yml | |
parent | peek (diff) | |
download | synapse-b77d92514e5bc71aa9c51908435ecc2e48051983.tar.xz |
peek
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1650eb42bb..2fb3682a91 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -53,7 +53,7 @@ steps: command: - "bash .buildkite/merge_base_branch.sh" - "pwd" - - "ls" + - "ls -a" - "ls /" - "ls jenkins" - "bash /synapse_sytest.sh" |