cicd check #29
|
|
@ -19,11 +19,6 @@ use options::preboot::PrebootParams;
|
||||||
async fn main() -> anyhow::Result<()>{
|
async fn main() -> anyhow::Result<()>{
|
||||||
let preboot = Arc::new(PrebootParams::parse().validate()?);
|
let preboot = Arc::new(PrebootParams::parse().validate()?);
|
||||||
|
|
||||||
// if let Err(_) = preboot {
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
// let preboot = Arc::new(preboot);
|
|
||||||
|
|
||||||
let _ = setup_logger();
|
let _ = setup_logger();
|
||||||
|
|
||||||
info!("Runner is configurating...");
|
info!("Runner is configurating...");
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ use std::os::unix::process::CommandExt;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::{env, fs};
|
use std::{env, fs};
|
||||||
// use std::fmt::format;
|
|
||||||
use super::preboot::PrebootParams;
|
use super::preboot::PrebootParams;
|
||||||
use tokio::time::{Duration, sleep};
|
use tokio::time::{Duration, sleep};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue