Fix PR build so that it doesn't require privileged
This commit is contained in:
@@ -138,7 +138,7 @@ jobs:
|
||||
- task: build-project
|
||||
timeout: 1h30m
|
||||
image: spring-boot-ci-image
|
||||
file: git-repo/ci/tasks/build-project.yml
|
||||
file: git-repo/ci/tasks/build-pr-project.yml
|
||||
- aggregate:
|
||||
- task: build-samples
|
||||
timeout: 1h30m
|
||||
|
||||
11
ci/tasks/build-pr-project.yml
Normal file
11
ci/tasks/build-pr-project.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
outputs:
|
||||
- name: distribution-repository
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
run:
|
||||
path: git-repo/ci/scripts/build-project.sh
|
||||
Reference in New Issue
Block a user