fix(ci): remove /data/build completely before clone
Build & Release Android APK / build-apk (push) Successful in 21m20s

This commit is contained in:
streaper2
2026-08-26 22:51:32 +02:00
parent d0a7700d02
commit a2f7bfc158
+1 -2
View File
@@ -15,8 +15,7 @@ jobs:
- name: 📥 Récupération du code
run: |
echo "📥 Clonage du code source dans /data/build..."
mkdir -p /data/build
rm -rf /data/build/*
rm -rf /data/build
git config --global --add safe.directory "*"
git clone --depth 1 "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@git.kevlar.cloud/${{ github.repository }}.git" /data/build