Skip to content

Commit

Permalink
Fix typo in BUILD_COMPUTE_TYPE check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Mar 9, 2023
1 parent ba0fce1 commit c88dfaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ build_apk() {
fi

if [[ "${BUILD_COMPUTE_TYPE}" != "" ]]; then
if [[ "${BUILD_COMPUTER_TYPE}" != "BUILD_GENERAL1_SMALL" ]]; then
if [[ "${BUILD_COMPUTE_TYPE}" != "small" ]]; then
export _JAVA_OPTIONS="-Xmx3072M"
fi
fi
Expand Down

0 comments on commit c88dfaf

Please sign in to comment.