From 8b71986fe1d7a6a889cbb437294b76b22a1e7377 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 28 Oct 2021 23:21:20 +0200 Subject: 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. --- crates/runner/src/paths.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/runner/src/paths.rs') 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"; -- cgit v1.2.3