]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Delete tarball after unpacking in CI jobs
authorŠtěpán Balážik <stepan@isc.org>
Wed, 15 Oct 2025 18:40:16 +0000 (20:40 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Sun, 19 Oct 2025 19:46:40 +0000 (19:46 +0000)
This was overlooked in Meson migration.

.gitlab-ci.yml

index 31faed9bffdda51ae70dfbf72d858f5a37c7433a..4c7f05c4dc5e951454f49d9c46231a02090d1262 100644 (file)
@@ -386,7 +386,7 @@ stages:
 # Unpack release tarball and continue work in the extracted directory.
 .unpack_release_tarball: &unpack_release_tarball
   - tar --extract --file build/meson-dist/bind-*.tar.xz
-  - rm -f bind-*.tar.xz
+  - rm -f build/meson-dist/bind-*.tar.xz
   - cd bind-*
 
 .fips-feature-test: &fips_feature_test