mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
buildserver: enable debug log for provision-android-sdk
This commit is contained in:
parent
588e6e5534
commit
1b8dec32ae
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ -z $ANDROID_HOME ]; then
|
||||
echo "ANDROID_HOME env var must be set!"
|
||||
|
@ -43,7 +44,7 @@ for f in `ls -1 build-tools*.zip`; do
|
|||
done
|
||||
|
||||
${ANDROID_HOME}/tools/android update sdk --no-ui --all \
|
||||
--filter platform-tools,extra-android-m2repository${cached} > /dev/null <<EOH
|
||||
--filter platform-tools,extra-android-m2repository${cached} <<EOH
|
||||
y
|
||||
|
||||
EOH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue