feat: add dagger bin actually6 compiles
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
7d586337e9
commit
ff55c99279
@ -38,11 +38,11 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
permissions: Some(755),
|
permissions: Some(755),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.with_env_variable("DAGGER_VERSION", self.version)
|
.with_env_variable("DAGGER_VERSION", &self.version)
|
||||||
.with_exec(vec!["/mtn/install.sh"])
|
.with_exec(vec!["/mtn/install.sh"])
|
||||||
.file("/bin/dagger");
|
.file("/bin/dagger");
|
||||||
|
|
||||||
Some(container.with_file("/bin/dagger", dagger_bin))
|
Ok(container.with_file("/bin/dagger", dagger_bin))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user