gitlab-ci: update emulator in Q job to version that works with Q
This commit is contained in:
parent
d2fea72ed9
commit
4f771c4add
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user