fix: Remove extra setup call
This commit is contained in:
parent
5dfae14c32
commit
968cf3db97
1 changed files with 0 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue