Skip to content

Commit 5121650

Browse files
committed
ci: deletion
1 parent 3ff070b commit 5121650

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

ci/pipeline.yml

-31
Original file line numberDiff line numberDiff line change
@@ -158,35 +158,6 @@ jobs:
158158
# vars: {branch: ((.:branch.name))}
159159

160160
# 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
190161

191162
- name: create-github-release
192163
serial: true
@@ -223,8 +194,6 @@ jobs:
223194
- git-repo/applications/spring-boot-upgrade/target/spring-boot-upgrade.jar
224195
- git-repo/applications/spring-shell/target/spring-boot-migrator.jar
225196
groups:
226-
- name: "builds"
227-
jobs: ["build"]
228197
- name: "ci-images"
229198
jobs: ["build-ci-images"]
230199
- name: "pull-requests"

0 commit comments

Comments
 (0)