Commit 33b3d80
committed
BF: Builder failing to sync new git projects
The switch to use check_output meant that when there was no
existing git repo in the folder the call `git branch --show-current`
returns non-zero but with check_output that causes an error to be
raised. We don't want that - we want to know it happened and move on.1 parent 485d29c commit 33b3d80
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | | - | |
1049 | | - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
1050 | 1055 | | |
1051 | 1056 | | |
1052 | 1057 | | |
| |||
0 commit comments