Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
044408e3
Commit
044408e3
authored
Jul 29, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x'
Closes gh-22651
parents
500b30ee
68324c41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
build-pr-project.sh
ci/scripts/build-pr-project.sh
+8
-0
build-pr-project.yml
ci/tasks/build-pr-project.yml
+1
-1
No files found.
ci/scripts/build-pr-project.sh
0 → 100644
View file @
044408e3
#!/bin/bash
set
-e
source
$(
dirname
$0
)
/common.sh
pushd
git-repo
>
/dev/null
./gradlew
-Dorg
.gradle.internal.launcher.welcomeMessageEnabled
=
false
--no-daemon
--max-workers
=
4
--continue
build
popd
>
/dev/null
ci/tasks/build-pr-project.yml
View file @
044408e3
...
...
@@ -10,4 +10,4 @@ params:
CI
:
true
GRADLE_ENTERPRISE_URL
:
https://ge.spring.io
run
:
path
:
git-repo/ci/scripts/build-project.sh
path
:
git-repo/ci/scripts/build-pr
-pr
oject.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment