Skip to content

Commit

Permalink
engine: custom build should say it's building custom build (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbentley authored Sep 11, 2019
1 parent 787d5bf commit 4ec91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/image_and_cache_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (icb *imageAndCacheBuilder) Build(ctx context.Context, iTarget model.ImageT
n = ref
go icb.maybeCreateCacheFrom(ctx, cacheInputs, ref, state, iTarget, cacheRef)
case model.CustomBuild:
ps.StartPipelineStep(ctx, "Building Dockerfile: [%s]", userFacingRefName)
ps.StartPipelineStep(ctx, "Building Custom Build: [%s]", userFacingRefName)
defer ps.EndPipelineStep(ctx)
ref, err := icb.custb.Build(ctx, refToBuild, bd.Command, bd.Tag)
if err != nil {
Expand Down

0 comments on commit 4ec91ae

Please sign in to comment.