Skip to content

Commit 4af4347

Browse files
committed
Don't print all available packages anymore
1 parent 44c8576 commit 4af4347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/android-install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo '### User Sources for Android SDK Manager' >> /root/.android/repositories.c
5353
echo '#Fri Nov 03 10:11:27 CET 2017 count=0' >> /root/.android/repositories.cfg
5454

5555
# Print all available packages
56-
yes | ./sdk/tools/bin/sdkmanager --list --verbose
56+
# yes | ./sdk/tools/bin/sdkmanager --list --verbose
5757

5858
# --no_https avoids
5959
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found

0 commit comments

Comments
 (0)