feat: support chaos commits on deploy

See coop-cloud/organising#517
This commit is contained in:
2024-07-09 11:31:52 +02:00
parent 0ff8e49cfd
commit 2fb5493ab5
10 changed files with 115 additions and 35 deletions

View File

@ -332,7 +332,7 @@ func processRecipeRepoVersion(r recipe.Recipe, version string) error {
return err
}
if err := r.EnsureVersion(version); err != nil {
if _, err := r.EnsureVersion(version); err != nil {
return err
}