forked from toolshed/abra
fix: dont lock existing version on rollback
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)
|
specificVersion := c.Args().Get(1)
|
||||||
if specificVersion == "" {
|
|
||||||
specificVersion = app.Recipe.Version
|
|
||||||
}
|
|
||||||
if specificVersion != "" {
|
if specificVersion != "" {
|
||||||
parsedDeployedVersion, err := tagcmp.Parse(deployMeta.Version)
|
parsedDeployedVersion, err := tagcmp.Parse(deployMeta.Version)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user