We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d896e0 commit ec51d13Copy full SHA for ec51d13
1 file changed
dev-tools/scripts/cherrypick.sh
@@ -181,7 +181,7 @@ for BRANCH in "${BRANCHES[@]}"; do
181
if [[ "$PRECOMMIT" ]] || [[ "$TEST" ]]; then
182
LOG "INFO" "Testing the cherry-pick on $BRANCH by running 'gradlew check ${TESTARG}'"
183
# shellcheck disable=SC2086
184
- ./gradlew check -q $TESTARG -Pvalidation.errorprone=true
+ ./gradlew clean check -q $TESTARG -Pvalidation.errorprone=true
185
if [ $? -gt 0 ]; then
186
LOG "WARN" "Tests failed. Please fix and push manually"
187
exit 2
0 commit comments