Skip to content

Commit

Permalink
Update comment in pkg/skaffold/runner/build_deploy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marlon Gamez <[email protected]>
  • Loading branch information
fengye87 and MarlonGamez authored Feb 26, 2021
1 parent 36626dd commit 5b75087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/runner/build_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (r *SkaffoldRunner) Build(ctx context.Context, out io.Writer, artifacts []*
return nil, err
}

// In dry-run mode or with --digest-source set to 'remote', we don't build anything, just return the tag for each artifact.
// In dry-run mode or with --digest-source set to 'remote' or 'tag', we don't build anything, just return the tag for each artifact.
if r.runCtx.DryRun() || (r.runCtx.DigestSource() == remoteDigestSource) ||
(r.runCtx.DigestSource() == tagDigestSource) {
var bRes []build.Artifact
Expand Down

0 comments on commit 5b75087

Please sign in to comment.