Skip to content

Commit

Permalink
Remove GeyserAndroid sub build as its nolonger needed (GeyserMC#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Jun 23, 2021
1 parent 65c52f9 commit ca558fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ pipeline {
script {
if (env.BRANCH_NAME == 'master') {
build propagate: false, wait: false, job: 'GeyserMC/Geyser-Fabric/java-1.16', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
build propagate: false, wait: false, job: 'GeyserMC/GeyserAndroid/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
build propagate: false, wait: false, job: 'GeyserMC/GeyserConnect/master', parameters: [booleanParam(name: 'SKIP_DISCORD', value: true)]
}
}
Expand Down

0 comments on commit ca558fc

Please sign in to comment.