Skip to content

Commit 87f0a7e

Browse files
committed
Add message to inform when tsuru.yaml is found from build context
1 parent bd7c80b commit 87f0a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/build/buildkit/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ func (b *BuildKit) buildFromContainerFile(ctx context.Context, c *client.Client,
487487
return nil, err
488488
}
489489
if tsuruYamlData != "" {
490+
fmt.Fprintln(w, "Found user-defined tsuru.yaml file in build context, using it.")
490491
tc.TsuruYaml = tsuruYamlData
491492
}
492493
}

0 commit comments

Comments
 (0)