Skip to content

Commit

Permalink
Incvestigate why e2e failing on github
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Nov 5, 2024
1 parent 4c36ecc commit c3e1170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ func applyResourceMutations(ctx context.Context, draft repository.PackageDraft,
updatedResources, taskResult, err := m.Apply(ctx, baseResources)
if taskResult == nil && err == nil {
// a nil taskResult means nothing changed
baseResources = updatedResources
applied = updatedResources
// baseResources = updatedResources
// applied = updatedResources
continue
}

Expand Down

0 comments on commit c3e1170

Please sign in to comment.