ci: move the "tempory work dir" to "concurrency-safe" location stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 08 Nov 2024 17:28:33 +0100
branchstable
changeset 52212 d6ed4da850ea
parent 52211 4762133a56b3
child 52213 63ad6b0c2b6a
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.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Mon Oct 28 03:29:29 2024 +0100
+++ b/contrib/heptapod-ci.yml	Fri Nov 08 17:28:33 2024 +0100
@@ -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