Loading src/init.sh +8 −6 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ if [ "$SIGN_BUILDS" = true ]; then fi # Define memory to use for jack (depending of runner tag) if [ -n ${CI_RUNNER_TAGS} ] jack_memory=$(echo ${CI_RUNNER_TAGS} | grep GB | sed 's/.* \([0-9]*GB\).*/\1/') if [ -n ${jack_memory} ] then Loading @@ -65,6 +66,7 @@ then export ANDROID_JACK_VM_ARGS echo "ANDROID_JACK_VM_ARGS set to ${ANDROID_JACK_VM_ARGS}" fi fi if [ "$CRONTAB_TIME" = "now" ]; then /root/build.sh Loading Loading
src/init.sh +8 −6 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ if [ "$SIGN_BUILDS" = true ]; then fi # Define memory to use for jack (depending of runner tag) if [ -n ${CI_RUNNER_TAGS} ] jack_memory=$(echo ${CI_RUNNER_TAGS} | grep GB | sed 's/.* \([0-9]*GB\).*/\1/') if [ -n ${jack_memory} ] then Loading @@ -65,6 +66,7 @@ then export ANDROID_JACK_VM_ARGS echo "ANDROID_JACK_VM_ARGS set to ${ANDROID_JACK_VM_ARGS}" fi fi if [ "$CRONTAB_TIME" = "now" ]; then /root/build.sh Loading