1
0
Fork 0

Revert "fix: set default value"

This reverts commit b1be394d6b.
timestamps
dump_stack() 2024-02-21 18:08:36 +00:00
parent b1be394d6b
commit 61b995f330
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ func (c Container) Build(image string, envs, runs []string) (err error) {
if err != nil {
return
}
buf = []byte(cf)
}
if string(buf) == cf && c.Exist() && UseCache {