fix: remove unimplemented squash option (#52)
This commit is contained in:
@@ -87,9 +87,6 @@ func commandBuild(build Build, dryrun bool) *exec.Cmd {
|
||||
if !dryrun {
|
||||
args = append(args, "--push")
|
||||
}
|
||||
if build.Squash {
|
||||
args = append(args, "--squash")
|
||||
}
|
||||
if build.Compress {
|
||||
args = append(args, "--compress")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user