Skip to content

Commit 461504e

Browse files
committed
[ci] stop early for invalid maven version and branch/tag combination
1 parent c822447 commit 461504e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ function build() {
3131
exit 0
3232
fi
3333

34+
# stop early for invalid maven version and branch/tag combination
35+
pmd_ci_maven_verify_version || exit 0
36+
3437
# only builds on pmd/pmd-eclipse-plugin continue here
3538
pmd_ci_log_group_start "Setup environment"
3639
pmd_ci_setup_secrets_private_env

0 commit comments

Comments
 (0)