feat: add dagger bin to plan
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-06 22:31:02 +02:00
parent 3b8e3997fb
commit 09f4af1e4d
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 5 additions and 4 deletions

8
Cargo.lock generated
View File

@ -307,7 +307,7 @@ dependencies = [
[[package]]
name = "cuddle-ci"
version = "0.2.0"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b"
dependencies = [
"async-trait",
"chrono",
@ -341,12 +341,12 @@ dependencies = [
[[package]]
name = "dagger-components"
version = "0.1.0"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b"
[[package]]
name = "dagger-cuddle-please"
version = "0.2.0"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b"
dependencies = [
"async-trait",
"dagger-sdk",
@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "dagger-rust"
version = "0.2.0"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765"
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b"
dependencies = [
"async-trait",
"dagger-sdk",

View File

@ -30,6 +30,7 @@ async fn main() -> eyre::Result<()> {
.with_mold("2.3.3")
.with_bin_name(BIN_NAME)
.with_deployment(false)
.with_dagger_bin("0.9.8")
.to_owned();
let drone_templater = &DroneTemplater::new(client, "templates/cuddle-rust-cli-plan.yaml")