Commit a38d9976 authored by Madhura Bhave's avatar Madhura Bhave

Fix PR build so that it doesn't require privileged

parent 2bf15f81
......@@ -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
......
---
platform: linux
inputs:
- name: git-repo
outputs:
- name: distribution-repository
caches:
- path: maven
- path: gradle
run:
path: git-repo/ci/scripts/build-project.sh
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment