Comment out appbundle related lines
This commit is contained in:
parent
ad0eb4c4e4
commit
702e7aa12e
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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'
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue