diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 17:09:14 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-08 17:09:14 +0100 |
commit | 4d52ccf41f37a52f7cb7d84c6999a1e33558da72 (patch) | |
tree | c28529081c3c3eeb0aa9278af210052e61a2b59f /.buildkite/pipeline.yml | |
parent | peek (diff) | |
download | synapse-4d52ccf41f37a52f7cb7d84c6999a1e33558da72.tar.xz |
peek
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2fb3682a91..72678e82c8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -53,6 +53,7 @@ steps: command: - "bash .buildkite/merge_base_branch.sh" - "pwd" + - "git --git-dir=/src/.git symbolic-ref HEAD" - "ls -a" - "ls /" - "ls jenkins" |