Exclude translation datadir from git clean
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
delliott 2024-08-26 09:39:28 +02:00
parent e4baa83a2a
commit 6a020fdc06
Signed by: delliott
SSH Key Fingerprint: SHA256:h5IC6Ec/o6ypmpM7ZdRqULGyG8dz4Jr5K192BAWAjoo

View File

@ -128,7 +128,7 @@ git_build_into(){
build_into(){
# Clean up source directory.
git -C "${basedir}" clean -dxf
git -C "${basedir}" clean -dxf --exclude=status.fsfe.org/translations/data
# Remove old stage directory.
rm -rf "${stagedir}"