mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Delete tarball after unpacking in CI jobs
This was overlooked in Meson migration.
This commit is contained in:
parent
54d7198a1a
commit
23d8d7788e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue