fix: remove unimplemented squash option (#52)

This commit is contained in:
Robert Kaussow
2021-09-07 21:34:47 +02:00
committed by GitHub
parent 708587693c
commit 276f215b24
3 changed files with 0 additions and 15 deletions

View File

@@ -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")
}