Revert "fix: Fix lints and be sure to login before build in rechunk"
This reverts commit 51fd86ed6b.
This commit is contained in:
parent
51fd86ed6b
commit
bd22b77430
3 changed files with 3 additions and 4 deletions
|
|
@ -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()?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue