summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/paths.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-28 23:21:20 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-28 23:28:04 +0200
commit8b71986fe1d7a6a889cbb437294b76b22a1e7377 (patch)
treeb09e7687ff33adc98548aa254dc2e689c82e992d /crates/runner/src/paths.rs
parentfc117b0900cfcba6f5f87882e15c7d263171f6c3 (diff)
downloadrebel-8b71986fe1d7a6a889cbb437294b76b22a1e7377.tar
rebel-8b71986fe1d7a6a889cbb437294b76b22a1e7377.zip
Pass workdir from driver to runner
The paths modules of driver and runner do not contain any duplicates anymore. One remaining path that still appears in more places than it should is /build.
Diffstat (limited to 'crates/runner/src/paths.rs')
-rw-r--r--crates/runner/src/paths.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/runner/src/paths.rs b/crates/runner/src/paths.rs
index 660021c..738cb54 100644
--- a/crates/runner/src/paths.rs
+++ b/crates/runner/src/paths.rs
@@ -60,7 +60,6 @@ pub const TASK_STATE_WORK_SUBDIR: &str = "work";
pub const TASK_BUILDDIR: &str = "build";
pub const TASK_TASKDIR: &str = "build/task";
-pub const TASK_WORKDIR: &str = "build/work";
pub const TASK_RUN: &str = "run";