mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove comment and b.UtilizeCache check.
Signed-off-by: AnandkumarPatel <anandkumarpatel@gmail.com>
This commit is contained in:
parent
2420c1f03b
commit
1a5ea50aa8
1 changed files with 2 additions and 2 deletions
|
@ -187,8 +187,8 @@ func (b *Builder) runContextCommand(args []string, allowRemote bool, allowDecomp
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// If we do not have at least one hash, never use the cache
|
||||
if hit && b.UtilizeCache {
|
||||
|
||||
if hit {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue