feat: disable ci for now
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-28 23:43:30 +01:00
parent 050b81c6ae
commit 3f8aa88617
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -58,6 +58,7 @@ pub struct GlobalArgs {
#[tokio::main] #[tokio::main]
async fn main() -> eyre::Result<()> { async fn main() -> eyre::Result<()> {
return Ok(());
let _ = dotenv::dotenv(); let _ = dotenv::dotenv();
let _ = color_eyre::install(); let _ = color_eyre::install();