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
|
|
@ -1,5 +1,6 @@
|
|||
use std::{process::Stdio, time::Duration};
|
||||
|
||||
use blue_build_utils::constants::SUDO_ASKPASS;
|
||||
use cached::proc_macro::cached;
|
||||
use colored::Colorize;
|
||||
use comlexr::cmd;
|
||||
|
|
@ -76,7 +77,7 @@ impl super::OciCopy for SkopeoDriver {
|
|||
} else {
|
||||
"skopeo"
|
||||
},
|
||||
if use_sudo && blue_build_utils::has_env_var(blue_build_utils::constants::SUDO_ASKPASS) => [
|
||||
if use_sudo && blue_build_utils::has_env_var(SUDO_ASKPASS) => [
|
||||
"-A",
|
||||
"-p",
|
||||
format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue