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.
--- 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