mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
Skip bootstrap branches for modules
This commit is contained in:
parent
8fdc3a98e1
commit
d61510c3d8
@ -184,6 +184,10 @@ func getTipStream(pd *data.ProcessData, module string, pushBranch string, origPu
|
||||
var tipHash string
|
||||
|
||||
for _, ref := range list {
|
||||
if strings.Contains(ref.Name().String(), "-bootstrap") {
|
||||
continue
|
||||
}
|
||||
|
||||
prefix := fmt.Sprintf("refs/heads/%s", pushBranch)
|
||||
|
||||
branchVersion := strings.Split(pushBranch, "-")
|
||||
|
Loading…
Reference in New Issue
Block a user