Polish
See gh-26882
This commit is contained in:
8
ci/scripts/build-pr.sh
Normal file
8
ci/scripts/build-pr.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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 check
|
||||
popd > /dev/null
|
||||
@@ -16,4 +16,4 @@ run:
|
||||
args:
|
||||
- -ec
|
||||
- |
|
||||
${PWD}/git-repo/ci/scripts/build-project.sh
|
||||
${PWD}/git-repo/ci/scripts/build-pr.sh
|
||||
|
||||
Reference in New Issue
Block a user