summaryrefslogtreecommitdiff
path: root/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/Fastfile')
-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'