fix: ci: Delete tarball after unpacking in CI jobs

This was overlooked in Meson migration.

Merge branch 'stepan/delete-tarball-after-unpacking' into 'main'

See merge request isc-projects/bind9!11111
This commit is contained in:
Štěpán Balážik 2025-10-19 19:46:56 +00:00
commit 9e3ab1b538

View 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