# HG changeset patch # User Pierre-Yves David # Date 2024-11-08 16:28:33 # Node ID d6ed4da850eac7afe719f311aafd806ae43e6a66 # Parent 4762133a56b375fc32e104fd5a80938c9d69ae59 ci: move the "tempory work dir" to "concurrency-safe" location Lets not use a global location and move at the root of the directory dedicated to the job. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -35,7 +35,7 @@ variables: # a directory dedicated to creating files and temporary clone # with shell runner, its content is not cleaned from one call to the next, # so plan for it. - TMP_WORK_DIR: "/tmp" + TMP_WORK_DIR: "${CI_PROJECT_DIR}/../.." .all: # help changing all job at once when debugging