fix: Remove extra setup call

This commit is contained in:
Gerald Pinder 2024-05-18 15:55:21 -04:00
parent 5dfae14c32
commit 968cf3db97

View file

@ -192,8 +192,6 @@ impl BuildDriver for DockerDriver {
fn build_tag_push(&self, opts: &BuildTagPushOpts) -> Result<()> {
trace!("DockerDriver::build_tag_push({opts:#?})");
Self::setup()?;
if opts.squash {
warn!("Squash is deprecated for docker so this build will not squash");
}