]> git.ipfire.org Git - thirdparty/bind9.git/commit
Clone the bind9-qa repo to the project root in CI jobs
authorŠtěpán Balážik <stepan@isc.org>
Fri, 30 Jan 2026 16:06:56 +0000 (17:06 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:15:05 +0000 (13:15 +0100)
commit929420ed243f18a173cc6b987cc85bed95a8b679
tree3f8b36173f09e4a18792bd53e4d40eb16e6293e0
parentdd18071893f738e49f32226333cbb62ae9db22fb
Clone the bind9-qa repo to the project root in CI jobs

Cloning to a stable location allows clearer handling of paths when
calling scripts from CI jobs.

`unit:gcc:tarball` and `system:gcc:tarball` do `cd bind-*` in
`before_script` which lead to the `bind9-qa` directory ending up in
a different place in exactly these two jobs and that made reasoning
about paths in `.system_test_common` and `.unit_test_common` tricky.

(cherry picked from commit 482c1cc72f0ed4b326a1cbdf85082f36f1a95c82)
.gitlab-ci.yml