mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 07:12:12 +01:00
feature with workspace (#8)
* add ci * with description * fix warnings * with actual test * leave out tests for now as they rely on dind * with workspace
This commit is contained in:
parent
4ce58a418c
commit
03e022fcac
@ -86,6 +86,7 @@ fn get_dependencies(client: Arc<Query>) -> Container {
|
|||||||
"chef".into(),
|
"chef".into(),
|
||||||
"cook".into(),
|
"cook".into(),
|
||||||
"--release".into(),
|
"--release".into(),
|
||||||
|
"--workspace".into(),
|
||||||
"--recipe-path".into(),
|
"--recipe-path".into(),
|
||||||
"recipe.json".into(),
|
"recipe.json".into(),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user