revert: always clone latest recipe changes

This change was about trying to optimise for offline scenarios but
caused a lot of issues for the online case. It needs to be thought
through again.

See coop-cloud/organising#471.

Closes coop-cloud/organising#432.
This commit is contained in:
2023-07-25 16:52:30 +02:00
committed by decentral1se
parent 9f478dac1d
commit 949510d4c3
6 changed files with 7 additions and 9 deletions

View File

@ -114,7 +114,7 @@ update chaos deployments use the "--chaos" flag. Use it with care.
logrus.Fatal(err)
}
conf := runtime.New(runtime.WithEnsureRecipeLatest(true))
conf := runtime.New()
if !updateAll {
stackName := c.Args().Get(0)