try even quicker release process
This commit is contained in:
parent
515f862f19
commit
e5c43347ea
4
main.go
4
main.go
|
@ -106,6 +106,10 @@ func main() {
|
||||||
|
|
||||||
if _, count, _, err := me.forge.IsEverythingOnMaster(); err != nil {
|
if _, count, _, err := me.forge.IsEverythingOnMaster(); err != nil {
|
||||||
log.Info("not everything is on the master branch (", count, "repos)")
|
log.Info("not everything is on the master branch (", count, "repos)")
|
||||||
|
if argv.Quick != nil {
|
||||||
|
// quick also means ignore the master branch check
|
||||||
|
argv.Force = true
|
||||||
|
}
|
||||||
if !argv.Force {
|
if !argv.Force {
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue