chore(ci): no please for pr
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 2023-08-04 01:16:41 +02:00
parent 0a7cbae91d
commit d6e6dcb032
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -200,16 +200,9 @@ async fn main() -> eyre::Result<()> {
.unwrap(); .unwrap();
} }
async fn cuddle_please(client: Arc<dagger_sdk::Query>, cli: &Command) {
run_release_please(client.clone(), &cli.global)
.await
.unwrap();
}
tokio::join!( tokio::join!(
test(client.clone(), &cli, &bin_name), test(client.clone(), &cli, &bin_name),
build(client.clone(), &cli, &bin_name, &image, &tag), build(client.clone(), &cli, &bin_name, &image, &tag),
cuddle_please(client.clone(), &cli)
); );
} }
Commands::Main { Commands::Main {