feat: use cuddle please
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
c03f351d81
commit
c38062bb46
@ -9,7 +9,9 @@ pub struct CuddlePlease {
|
|||||||
|
|
||||||
impl CuddlePlease {
|
impl CuddlePlease {
|
||||||
pub fn new(client: dagger_sdk::Query) -> Self {
|
pub fn new(client: dagger_sdk::Query) -> Self {
|
||||||
Self { client }
|
Self {
|
||||||
|
client: client.pipeline("cuddle-please"),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user