]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix the path to tsan files in the tsan unit test job
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 06:52:28 +0000 (08:52 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 15:45:34 +0000 (17:45 +0200)
The tsan unit test job still referenced lib/*/tests/tsan.*, change this
to the correct tests/*/tsan.*.

(cherry picked from commit 90f0a765d86c022a9aaf7e54bea2c39435da6da6)

.gitlab-ci.yml

index 096329ff1b00de9dfe01f43c69fcb939683a6754..0bda918f3a3166a5bf68b206b9323627402e1fcd 100644 (file)
@@ -381,7 +381,7 @@ stages:
   artifacts:
     expire_in: "1 day"
     paths:
-      - lib/*/tests/tsan.*
+      - tests/*/tsan.*
       - tsan/
       - junit.xml
     when: always