From b39d485e6295877b1b1a0f52fc639b16a6848d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Guti=C3=A9rrez=20de=20Quevedo=20P=C3=A9?= =?UTF-8?q?rez?= Date: Tue, 25 Nov 2025 11:13:16 +0100 Subject: [PATCH] fix stuff --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2aa2571..5cc1ff0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,21 +38,3 @@ steps: - chmod +x ./gradlew - ./gradlew test - echo "Tests completed!" - - # Step 4: Generate Build Report - - name: build-report - image: cirrusci/android-sdk:latest - commands: - - cd MathHomeWorkHelper - - echo "=== BUILD REPORT ===" > build_report.txt - - echo "Build Date: $(date)" >> build_report.txt - - echo "Branch: $DRONE_BRANCH" >> build_report.txt - - echo "Commit: $DRONE_COMMIT" >> build_report.txt - - echo "Author: $DRONE_COMMIT_AUTHOR" >> build_report.txt - - echo "" >> build_report.txt - - echo "APK Artifacts:" >> build_report.txt - - ls -lh app/build/outputs/apk/debug/ >> build_report.txt 2>/dev/null || echo "Debug APK not found" >> build_report.txt - - ls -lh app/build/outputs/apk/release/ >> build_report.txt 2>/dev/null || echo "Release APK not found" >> build_report.txt - - cat build_report.txt - when: - status: [success, failure] \ No newline at end of file