summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2022-06-15 17:54:49 +0200
committerGitHub <noreply@github.com>2022-06-15 17:54:49 +0200
commit0eb1e22770a741e3e0600a7467fefce100606538 (patch)
treef325a9b05299240aa7e591e1488715681f028d48
parente47d84af32bf756b93f8e039cd6613dd85de9cbe (diff)
downloadnavit-0eb1e22770a741e3e0600a7467fefce100606538.tar.gz
fix:build:android:Add temporary Workaround to not fail the build
-rw-r--r--fastlane/Fastfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index edb4fd4f7..fd4044762 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -37,6 +37,7 @@ platform :android do
build_type: 'Release'
)
isOnMasterBranch = currentBranch() == "master"
+ isOnMasterBranch = false # Workarount do not push to google as its curently broken
if isOnMasterBranch
upload_to_play_store( track: 'beta',
json_key: 'key.json',