remove __pycache__
All checks were successful
CI / test (push) Successful in 12s
Release SDSAT / release (push) Successful in 11s

This commit is contained in:
2026-02-14 16:59:18 +01:00
parent 8d5b48e100
commit 354e54a6d3

View File

@@ -35,8 +35,9 @@ jobs:
# Copie uniquement le contenu de scripts/ dans buildtmp/bin # Copie uniquement le contenu de scripts/ dans buildtmp/bin
cp -r scripts/. buildtmp/bin/ cp -r scripts/. buildtmp/bin/
# Exclure __init__.py # Exclure __init__.py and remove buildtmp/bin/__pycache__
find buildtmp/bin -name "__init__.py" -delete find buildtmp/bin -name "__init__.py" -delete
rm -R "buildtmp/bin/__pycache__"
# Metadata # Metadata
cat > buildtmp/update/BUILD_INFO.txt <<EOF cat > buildtmp/update/BUILD_INFO.txt <<EOF