Skip to content

Commit c88dfaf

Browse files
committed
Fix typo in BUILD_COMPUTE_TYPE check
1 parent ba0fce1 commit c88dfaf

File tree

1 file changed

+1
-1
lines changed
  • application/console/views/cron/scripts/upload/default

1 file changed

+1
-1
lines changed

application/console/views/cron/scripts/upload/default/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ build_apk() {
8181
fi
8282

8383
if [[ "${BUILD_COMPUTE_TYPE}" != "" ]]; then
84-
if [[ "${BUILD_COMPUTER_TYPE}" != "BUILD_GENERAL1_SMALL" ]]; then
84+
if [[ "${BUILD_COMPUTE_TYPE}" != "small" ]]; then
8585
export _JAVA_OPTIONS="-Xmx3072M"
8686
fi
8787
fi

0 commit comments

Comments
 (0)