fix: cuddle file test
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-12-27 17:00:34 +01:00
parent 68464938a3
commit 838d0c606a

View File

@ -178,6 +178,7 @@ scripts:
service: "infrastructure-example".into(), service: "infrastructure-example".into(),
registry: "kasperhermansen".into(), registry: "kasperhermansen".into(),
clusters: Some(CuddleClusters(clusters)), clusters: Some(CuddleClusters(clusters)),
rust: None,
}, },
deployment: Some(crate::cuddle_file::CuddleDeployment { deployment: Some(crate::cuddle_file::CuddleDeployment {
registry: "git@git.front.kjuulh.io:kjuulh/clank-clusters".into(), registry: "git@git.front.kjuulh.io:kjuulh/clank-clusters".into(),
@ -225,6 +226,7 @@ components:
service: "infrastructure-example".into(), service: "infrastructure-example".into(),
registry: "kasperhermansen".into(), registry: "kasperhermansen".into(),
clusters: None, clusters: None,
rust: None,
}, },
deployment: None, deployment: None,
components: Some(CuddleComponents { components: Some(CuddleComponents {
@ -263,6 +265,7 @@ components:
service: "infrastructure-example".into(), service: "infrastructure-example".into(),
registry: "kasperhermansen".into(), registry: "kasperhermansen".into(),
clusters: None, clusters: None,
rust: None,
}, },
deployment: None, deployment: None,
components: Some(CuddleComponents { components: Some(CuddleComponents {