Revert "fix: Fix lints and be sure to login before build in rechunk"

This reverts commit 51fd86ed6b.
This commit is contained in:
Gerald Pinder 2025-03-26 14:36:02 -04:00
parent 51fd86ed6b
commit bd22b77430
3 changed files with 3 additions and 4 deletions

View file

@ -161,7 +161,7 @@ impl BlueBuildCommand for BuildCommand {
if self.push {
blue_build_utils::check_command_exists("cosign")?;
Driver::check_signing_files(&CheckKeyPairOpts::builder().dir(Path::new(".")).build())?;
Driver::login(false)?;
Driver::login(self.rechunk)?;
Driver::signing_login()?;
}