summaryrefslogtreecommitdiffstats
path: root/crates/common/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/src/types.rs')
-rw-r--r--crates/common/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/common/src/types.rs b/crates/common/src/types.rs
index f45d1dd..0dad60c 100644
--- a/crates/common/src/types.rs
+++ b/crates/common/src/types.rs
@@ -37,6 +37,7 @@ pub enum Dependency {
pub struct Task {
pub label: String,
pub command: String,
+ pub workdir: String,
pub inherit: Vec<LayerHash>,
pub depends: HashSet<Dependency>,
pub outputs: HashMap<String, String>,