We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4fb08 commit 8659694Copy full SHA for 8659694
ci/scripts/build-pr.sh
@@ -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
@@ -16,4 +16,4 @@ run:
16
args:
17
- -ec
18
- |
19
- ${PWD}/git-repo/ci/scripts/build-project.sh
+ ${PWD}/git-repo/ci/scripts/build-pr.sh
0 commit comments