fix: dont lock existing version on rollback
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Otherwise, we can't select previous versions.
This commit is contained in:
parent
de006782b6
commit
a41a36b8fd
@ -88,9 +88,7 @@ EXAMPLE:
|
||||
}
|
||||
|
||||
specificVersion := c.Args().Get(1)
|
||||
if specificVersion == "" {
|
||||
specificVersion = app.Recipe.Version
|
||||
}
|
||||
|
||||
if specificVersion != "" {
|
||||
parsedDeployedVersion, err := tagcmp.Parse(deployMeta.Version)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user