chore(ci): remove Telegram notification step
Build & Deploy Farolero / Análisis de código (push) Successful in 11s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 2m10s

This commit is contained in:
2026-07-25 21:00:02 +02:00
parent 212e56bc6d
commit 17f9813de5
+1 -16
View File
@@ -101,19 +101,4 @@ jobs:
build/app/outputs/bundle/release/app-release.aab \
"ShanaiaBot@192.168.0.33:${DESTINO}/${AAB_NOMBRE}"
echo "✅ APK: builds.freetimelab.es → farolero → v${VERSION}"
echo "✅ AAB: builds.freetimelab.es → farolero → v${VERSION}"
- name: Notificar Telegram
if: always()
run: |
VERSION="${{ steps.version.outputs.version }}"
COMMIT="${{ steps.version.outputs.commit }}"
BOT_TOKEN=*** -extract EnvironmentVariables:TELEGRAM_BOT_TOKEN raw /Users/freetlab/Library/LaunchAgents/ai.openclaw.gateway.plist 2>/dev/null || echo "")
if [ -z "${BOT_TOKEN}" ]; then exit 0; fi
if [ "${{ job.status }}" = "success" ]; then
MSG="✅ *Farolero* v${VERSION} build OK · ${COMMIT}%0AAPK + AAB en builds.freetimelab.es"
else
MSG="❌ *Farolero* v${VERSION} build FAILED · ${COMMIT}"
fi
curl -s -X POST "https://api.telegram.org/bot${BOT_TOKEN}/sendMessage" \
-d "chat_id=221721467" -d "parse_mode=Markdown" -d "text=${MSG}" || true
echo "✅ AAB: builds.freetimelab.es → farolero → v${VERSION}"