File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -158,35 +158,6 @@ jobs:
158
158
# vars: {branch: ((.:branch.name))}
159
159
160
160
# Build every new PR
161
- - name : build-pull-requests
162
- serial : true
163
- public : true
164
- plan :
165
- - get : ci-image
166
- - get : git-repo
167
- resource : git-pull-request
168
- trigger : true
169
- version : every
170
- - do :
171
- - put : git-pull-request
172
- params :
173
- path : git-repo
174
- status : pending
175
- - task : build-project
176
- privileged : true
177
- image : ci-image
178
- file : git-repo/ci/tasks/build-pr-project.yml
179
- # timeout: 30m # ((task-timeout))
180
- on_success :
181
- put : git-pull-request
182
- params :
183
- path : git-repo
184
- status : success
185
- on_failure :
186
- put : git-pull-request
187
- params :
188
- path : git-repo
189
- status : failure
190
161
191
162
- name : create-github-release
192
163
serial : true
@@ -223,8 +194,6 @@ jobs:
223
194
- git-repo/applications/spring-boot-upgrade/target/spring-boot-upgrade.jar
224
195
- git-repo/applications/spring-shell/target/spring-boot-migrator.jar
225
196
groups :
226
- - name : " builds"
227
- jobs : ["build"]
228
197
- name : " ci-images"
229
198
jobs : ["build-ci-images"]
230
199
- name : " pull-requests"
You can’t perform that action at this time.
0 commit comments