Skip to content
Snippets Groups Projects
Commit d6ed4da850ea authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

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.
parent 4762133a56b3
No related branches found
No related tags found
2 merge requests!1083Merge stable into default,!1039don't use /tmp/ in CI
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment