direct: log default branch
This commit is contained in:
@@ -288,6 +288,7 @@ next_package:
|
|||||||
}
|
}
|
||||||
if len(branch) == 0 {
|
if len(branch) == 0 {
|
||||||
branch = repo.DefaultBranch
|
branch = repo.DefaultBranch
|
||||||
|
common.LogDebug(" -> using default branch", branch)
|
||||||
if common.IsRemovedBranch(branch) {
|
if common.IsRemovedBranch(branch) {
|
||||||
common.LogDebug(" Default branch for", filename, "is excluded")
|
common.LogDebug(" Default branch for", filename, "is excluded")
|
||||||
git.GitExecOrPanic(gitPrj, "rm", filename)
|
git.GitExecOrPanic(gitPrj, "rm", filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user