ci: use a concurrency safe TMP dir on Windows stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sat, 09 Nov 2024 23:28:36 +0100
branchstable
changeset 52225 a76dcb82148e
parent 52224 02da7e767065
child 52226 b25fc1f25edf
ci: use a concurrency safe TMP dir on Windows This should have been done in d6ed4da850ea.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Mon Nov 11 16:42:20 2024 +0100
+++ b/contrib/heptapod-ci.yml	Sat Nov 09 23:28:36 2024 +0100
@@ -292,8 +292,6 @@
         - echo "$Env:TEMP"
 
         - C:/hgdev/MinGW/msys/1.0/bin/sh.exe --login -c 'cd "$OLDPWD" && HGTESTS_ALLOW_NETIO="$TEST_HGTESTS_ALLOW_NETIO" $PYTHON tests/run-tests.py --color=always $RUNTEST_ARGS'
-    variables:
-      TMP_WORK_DIR: "C:/hgdev/tmp"
 
 windows:
     extends: .windows-runtests