summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetalstrolch <stefan.wildemann@metalstrolche.de>2020-04-30 10:53:17 +0200
committermetalstrolch <stefan.wildemann@metalstrolche.de>2020-04-30 10:53:17 +0200
commitb3df99c57c8ee290a48d2ed8f2a7c87bcd0cee04 (patch)
tree66c6c3c518e37be5d67b73d2cd728459a1080da7
parente4b8cbe4a48e0d22b9881d6d5a21c729c3825079 (diff)
downloadnavit-fix_foreign_build.tar.gz
-rw-r--r--fastlane/Fastfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index cf39e9aef..2fd8d72d6 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -39,6 +39,7 @@ platform :android do
build_type: 'Release'
)
else
+ UI.important "Found no open keyring. Cannot sign result. Probably not on navit-gps repo."
gradle(
task: 'assemble',
build_type: 'Notsigned'