Skip to content

Commit

Permalink
ci: update assembleDebug APK name
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr authored and xavimolloy committed Jan 14, 2025
1 parent 6e77369 commit 141f357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipeline {
steps {
script {
echo 'Building UI APKs'
sh './gradlew :app:assembleDhisDebug :app:assembleDebugAndroidTest :compose-table:assembleAndroidTest :form:assembleAndroidTest'
sh './gradlew :app:assembleDhisDebug :app:assembleDhisDebugAndroidTest :compose-table:assembleAndroidTest :form:assembleAndroidTest'
}
}
}
Expand Down

0 comments on commit 141f357

Please sign in to comment.