diff --git a/src/build.sh b/src/build.sh index 6e3aba462c7b09114c94000f419cbfcf24239da2..8dab1356de818e8069b3c4eac82e69bacc47a7ea 100755 --- a/src/build.sh +++ b/src/build.sh @@ -239,8 +239,6 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then echo ">> [$(date)] Starting build for ${DEVICE}, ${BRANCH_NAME} branch" build_successful=false echo ">> [$(date)] ANDROID_JACK_VM_ARGS=${ANDROID_JACK_VM_ARGS}" - echo ">> [$(date)] Switch to Python2" - ln -fs /usr/bin/python2 /usr/bin/python BRUNCH_DEVICE=${DEVICE} @@ -469,9 +467,6 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then fi - echo ">> [$(date)] Switch back to Python3" - ln -fs /usr/bin/python3 /usr/bin/python - fi if [ "$DELETE_OLD_LOGS" -gt "0" ]; then