ci: Remove appbundle from build
This commit is contained in:
parent
5f54f0e601
commit
1fc2c20ca4
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -17,7 +17,7 @@ pipeline {
|
|||
flutter pub get
|
||||
flutter build linux
|
||||
flutter build apk
|
||||
flutter build appbundle
|
||||
#flutter build appbundle
|
||||
'''
|
||||
|
||||
dir('build/linux/x64/release/bundle') {
|
||||
|
@ -36,7 +36,7 @@ pipeline {
|
|||
success {
|
||||
archiveArtifacts artifacts: 'linux.tgz'
|
||||
archiveArtifacts artifacts: 'pokedex.apk'
|
||||
archiveArtifacts artifacts: 'pokedex.aab'
|
||||
//archiveArtifacts artifacts: 'pokedex.aab'
|
||||
|
||||
cleanWs()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue