Skip to content

Commit 8659694

Browse files
committed
Polish
See gh-26882
1 parent 6f4fb08 commit 8659694

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ci/scripts/build-pr.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
set -e
3+
4+
source $(dirname $0)/common.sh
5+
6+
pushd git-repo > /dev/null
7+
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 check
8+
popd > /dev/null

ci/tasks/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ run:
1616
args:
1717
- -ec
1818
- |
19-
${PWD}/git-repo/ci/scripts/build-project.sh
19+
${PWD}/git-repo/ci/scripts/build-pr.sh

0 commit comments

Comments
 (0)