0
0
forked from toolshed/abra

refactor!: remove autoupdate (kadabra)

This commit is contained in:
2025-10-19 15:42:56 +02:00
parent fcb3167394
commit 964ed834ee
9 changed files with 220 additions and 276 deletions

View File

@ -196,7 +196,6 @@ beforehand. See "abra app backup" for more.`),
if internal.Chaos {
appPkg.SetChaosVersionLabel(compose, stackName, chosenUpgrade)
}
appPkg.SetUpdateLabel(compose, stackName, app.Env)
envVars, err := appPkg.CheckEnv(app)
if err != nil {