WIP: make "abra app deploy" callable by code
All checks were successful
continuous-integration/drone/push Build is passing

Closes coop-cloud/organising#212.
This commit is contained in:
2021-11-03 09:20:40 +01:00
parent 911f22233f
commit c227972c12
8 changed files with 210 additions and 189 deletions

View File

@ -163,7 +163,7 @@ recipes.
}
if !internal.Force {
if err := NewVersionOverview(app, deployedVersion, chosenDowngrade); err != nil {
if err := internal.NewVersionOverview(app, deployedVersion, chosenDowngrade); err != nil {
logrus.Fatal(err)
}
}