fix: dont lock existing version on rollback
All checks were successful
continuous-integration/drone/push Build is passing

Otherwise, we can't select previous versions.
This commit is contained in:
decentral1se 2024-07-16 17:35:15 +02:00
parent de006782b6
commit a41a36b8fd
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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 {