feat: update template
Some checks reported errors
continuous-integration/drone/push Build was killed

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 02:02:41 +01:00
parent 0e5f4a0e91
commit 762d6c3bdc
3 changed files with 32 additions and 35 deletions

View File

@@ -35,7 +35,7 @@ async fn main() -> eyre::Result<()> {
let drone_templater = Arc::new(Mutex::new(drone_templater::DroneTemplater::new(
client,
"cuddle-rust-cli-plan.yaml",
"templates/cuddle-rust-cli-plan.yaml",
)));
CuddleCI::default()