clear target versions in here for now
This commit is contained in:
parent
7285a7a8fb
commit
4c38b052fd
|
@ -34,6 +34,10 @@ func straightCheckDirty() int {
|
|||
|
||||
func doCheckDirty(repo *gitpb.Repo) error {
|
||||
repo.CheckDirty()
|
||||
// reset these in here for now
|
||||
if repo.GetTargetVersion() != "" {
|
||||
repo.TargetVersion = ""
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue