summaryrefslogtreecommitdiff
path: root/job.common
diff options
context:
space:
mode:
Diffstat (limited to 'job.common')
-rw-r--r--job.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/job.common b/job.common
index ebe6ab1..92941dc 100644
--- a/job.common
+++ b/job.common
@@ -18,5 +18,8 @@ if [ "$JOBID" = "$TEMPLATEID" ]; then
TWORKSPACE="$HOME/workspace/notemplate"
fi
+# Files directory
+export FILES="$(readlink -f "$(dirname "$(readlink -f "$0")")/../files")"
+
# Include utils
. utils