From 702e7aa12ec282c9966105da2902e5c8bbc342e0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 1 Jun 2025 00:15:11 -0700 Subject: [PATCH] Comment out appbundle related lines --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7185951..c84776d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,9 +26,9 @@ pipeline { dir("build/app/outputs/flutter-apk") { sh 'mv app-release.apk ../../../../pokedex.apk' } - dir("build/app/outputs/bundle/release") { - sh 'mv app-release.aab ../../../../../pokedex.aab' - } + //dir("build/app/outputs/bundle/release") { + // sh 'mv app-release.aab ../../../../../pokedex.aab' + //} } }