Commit d0faf61
authored
Fix git log parser on Azure (#740)
When it's PR build `git branch` shows like:
`* (HEAD detached at pull/739/merge)`
When it's master build:
`* (HEAD detached at SOME_HASH)`
Conditon will help to solve that.
Relates-To: OLPEDGE-1753
Signed-off-by: Yaroslav Stefinko <[email protected]>1 parent f1b3122 commit d0faf61
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
32 | 30 | | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments