File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ pipeline {
4242 stages {
4343 stage('Build') {
4444 steps {
45- requireApprovalForPullRequest 'hibernate'
4645 script {
4746 docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
4847 docker.image('openjdk:11-jdk').pull()
@@ -111,4 +110,4 @@ pipeline {
111110 notifyBuildResult maintainers: "andrea@hibernate.org steve@hibernate.org christian.beikov@gmail.com mbellade@redhat.com"
112111 }
113112 }
114- }
113+ }
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ pipeline {
3434 label 'LongDuration'
3535 }
3636 steps {
37- requireApprovalForPullRequest 'hibernate'
3837 script {
3938 dir('hibernate') {
4039 checkout scm
@@ -77,4 +76,4 @@ pipeline {
7776 notifyBuildResult maintainers: "andrea@hibernate.org steve@hibernate.org christian.beikov@gmail.com mbellade@redhat.com"
7877 }
7978 }
80- }
79+ }
You can’t perform that action at this time.
0 commit comments