Fix PR build so that it doesn't require privileged

pull/11527/head
Madhura Bhave 7 years ago
parent 2bf15f814e
commit a38d99762c

@ -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

@ -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
Loading…
Cancel
Save