Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
circles-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
circles-android
Commits
cbd9366a
"java/git@gitlab.futo.org:keyboard/latinime.git" did not exist on "89e2d9363459b97f267f49f3438fed6f2c3ad6f1"
Commit
cbd9366a
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Create fastlane deployGoogle
parent
7d519fe0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fastlane/Fastfile
+11
-10
11 additions, 10 deletions
fastlane/Fastfile
with
11 additions
and
10 deletions
fastlane/Fastfile
+
11
−
10
View file @
cbd9366a
...
...
@@ -16,24 +16,25 @@
default_platform
(
:android
)
platform
:android
do
desc
"Runs all the tests"
lane
:test
do
gradle
(
task:
"test"
)
end
desc
"Deploy to the Google Play Beta"
lane
:deploy
do
lane
:deploy
Google
do
gradle
(
task:
"clean"
)
gradle
(
task:
"bundle"
,
build_type:
options
[
:variant
]
,
build_type:
"release"
,
properties:
{
"android.injected.signing.store.file"
=>
options
[
:path
KS
],
"android.injected.signing.store.password"
=>
options
[
:
storeP
assword
],
"android.injected.signing.store.file"
=>
options
[
:path
],
"android.injected.signing.store.password"
=>
options
[
:
p
assword
],
"android.injected.signing.key.alias"
=>
options
[
:alias
],
"android.injected.signing.key.password"
=>
options
[
:
keyP
assword
],
"android.injected.signing.key.password"
=>
options
[
:
p
assword
],
}
)
upload_to_play_store
upload_to_play_store
(
track:
"beta"
,
skip_upload_metadata:
true
,
skip_upload_images:
true
,
skip_upload_screenshots:
true
)
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment