From 23d8d7788ef5fd8b1db28481fa510bc63a44f884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Wed, 15 Oct 2025 20:40:16 +0200 Subject: [PATCH] Delete tarball after unpacking in CI jobs This was overlooked in Meson migration. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31faed9bff..4c7f05c4dc 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