Skip to content

Commit

Permalink
React to #8
Browse files Browse the repository at this point in the history
  • Loading branch information
austindrenski committed Nov 9, 2023
1 parent 0108e53 commit 73995b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 184 deletions.
5 changes: 0 additions & 5 deletions ecs/cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ func (b *ComposeECS) resolveServiceImagesDigests(ctx context.Context, project *t
}

func (b *ComposeECS) convert(ctx context.Context, project *types.Project) (*cloudformation.Template, error) {
err := b.checkCompatibility(project)
if err != nil {
return nil, err
}

template := cloudformation.NewTemplate()
resources, err := b.parse(ctx, project, template)
if err != nil {
Expand Down
179 changes: 0 additions & 179 deletions ecs/compatibility.go

This file was deleted.

0 comments on commit 73995b0

Please sign in to comment.