From: Štěpán Balážik Date: Wed, 15 Oct 2025 18:40:16 +0000 (+0200) Subject: Delete tarball after unpacking in CI jobs X-Git-Tag: v9.21.15~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d8d7788ef5fd8b1db28481fa510bc63a44f884;p=thirdparty%2Fbind9.git Delete tarball after unpacking in CI jobs This was overlooked in Meson migration. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31faed9bffd..4c7f05c4dc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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