Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Mar 20, 2024
1 parent e93928e commit 0e2e55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildengine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func (e *Engine) buildAndDeploy(ctx context.Context, replicas int32, waitForDepl
wg.Go(func() error {
defer close(deployQueue)

//TODO: don't always include external libs
return e.buildWithCallback(ctx, func(ctx context.Context, project Project) error {
if _, ok := project.(Module); ok {
select {
Expand Down

0 comments on commit 0e2e55b

Please sign in to comment.