working towards a new release
This commit is contained in:
parent
dc2b16840e
commit
6b5472ea43
|
@ -112,10 +112,10 @@ func CheckReady() bool {
|
|||
}
|
||||
|
||||
// final checks here
|
||||
if dirtyS == "ready to tag version" {
|
||||
log.Info("\trepo is ready", release.current.String(), "ready to tag version")
|
||||
if dirtyS == "unchanged" {
|
||||
log.Info("\trepo is ready", release.current.String(), "unchanged")
|
||||
} else {
|
||||
log.Info("\trepo is not ready", dirtyS, "!= 'ready to tag version'")
|
||||
log.Info("\trepo is not ready", dirtyS, "!= 'unchanged'")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue