Compare commits

...

1 Commits

Author SHA1 Message Date
03e022fcac 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
2023-02-18 00:48:59 +00:00

View File

@@ -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(),
], ],