Comment out appbundle related lines

This commit is contained in:
zontreck 2025-06-01 00:15:11 -07:00
parent ad0eb4c4e4
commit 702e7aa12e

6
Jenkinsfile vendored
View file

@ -26,9 +26,9 @@ pipeline {
dir("build/app/outputs/flutter-apk") { dir("build/app/outputs/flutter-apk") {
sh 'mv app-release.apk ../../../../pokedex.apk' sh 'mv app-release.apk ../../../../pokedex.apk'
} }
dir("build/app/outputs/bundle/release") { //dir("build/app/outputs/bundle/release") {
sh 'mv app-release.aab ../../../../../pokedex.aab' // sh 'mv app-release.aab ../../../../../pokedex.aab'
} //}
} }
} }