Skip to content

Commit

Permalink
ci: fix precondition logic in graalvm-presubmit (#9096)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison authored Feb 8, 2023
1 parent 935443d commit d3755cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case ${JOB_TYPE} in
fi
;;
graalvm-presubmit)
if [ -n "${MAVEN_MODULES}" ]; then
if [ -z "${MAVEN_MODULES}" ]; then
echo "MAVEN_MODULES not defined in environment."
exit 1
fi
Expand Down

0 comments on commit d3755cc

Please sign in to comment.