diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 11:51:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 11:51:35 -0600 |
| commit | 4c38b052fd936cd9fc9484811ceae4fd5b24e12d (patch) | |
| tree | 069c81c3f7c544574dc4301c7bb57692e5fc9d04 | |
| parent | 7285a7a8fbfc9c8565c4ced1de3e491953a001f5 (diff) | |
clear target versions in here for nowv0.22.53
| -rw-r--r-- | doDirty.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 } |
