1
0

android: log_level 2 when running in CI

This commit is contained in:
Sander van Grieken
2023-03-21 14:13:00 +01:00
parent 1176552132
commit 6b9d294a86

View File

@@ -45,7 +45,7 @@ info "apk building phase starts."
# So, in particular, to build a testnet apk, simply uncomment:
#export APP_PACKAGE_DOMAIN=org.electrum.testnet
if [ ! $CI ]; then
if [ $CI ]; then
# override log level specified in buildozer.spec to "debug":
export BUILDOZER_LOG_LEVEL=2
fi