gitlab-ci: update emulator in Q job to version that works with Q

This commit is contained in:
Hans-Christoph Steiner 2019-04-09 23:17:00 +02:00
parent d2fea72ed9
commit 4f771c4add

View File

@ -69,6 +69,8 @@ errorprone:
- if [[ "$AVD_ARCH" != arm* ]]; then
set -x; echo y | sdkmanager "emulator" > /dev/null; set +x;
elif [[ "$AVD_SDK" == Q ]]; then
set -x; echo y | sdkmanager --channel=2 "emulator" > /dev/null; set +x;
fi
- alias sdkmanager