summaryrefslogtreecommitdiffstats
path: root/src/consts.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-09 15:01:05 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-09 15:01:05 +0200
commitd6a62d748de71dd7ae0fad8da4289113616cfb99 (patch)
tree257a878afe9bd6996bd6bd5e6d80879b7c6e1c8e /src/consts.rs
parent6798e208d134f11c753489cacbdb5661d5333207 (diff)
Use constant for patch destination prefix
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 5c6dbc4..08401eb 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -18,6 +18,8 @@ pub const INPUTS_DIR_PATH: &str = "/inputs";
pub const OUTPUTS_DIR_PATH: &str = "/outputs";
pub const OUTPUTS_DIR_NAME: &str = "outputs";
+pub const PATCH_DIR_PATH: &str = "/patches";
+
/// The path where the script that is executed inside the container is copied to.
pub const SCRIPT_PATH: &str = "/script";