diff contrib/heptapod-ci.yml @ 52178:d6ed4da850ea stable

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.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 08 Nov 2024 17:28:33 +0100
parents 4762133a56b3
children 63ad6b0c2b6a
line wrap: on
line diff
--- 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