# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1731083313 -3600
#      Fri Nov 08 17:28:33 2024 +0100
# Branch stable
# 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 @@
     # 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