chore(ci): no please for pr
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
0a7cbae91d
commit
d6e6dcb032
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user