Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-cross committed Jan 3, 2024
1 parent c76390f commit 0adbb52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/meroxa/root/apps/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ func (d *Deploy) getPlatformImage(ctx context.Context) error {
)

d.logger.StartSpinner("\t", fmt.Sprintf("Creating Dockerfile before uploading source in %s", d.path))

buildPath, err = d.turbineCLI.CreateDockerfile(ctx, d.appName)
if err != nil {
return err
}
defer d.turbineCLI.CleanupDockerfile(d.logger, d.path)
d.logger.StopSpinnerWithStatus("Dockerfile created", log.Successful)

Expand Down

0 comments on commit 0adbb52

Please sign in to comment.