fix remote repo pushing
This commit is contained in:
@@ -15,29 +15,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
||||
|
||||
## Android
|
||||
|
||||
### android test
|
||||
### android deploy_testing
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android test
|
||||
[bundle exec] fastlane android deploy_testing
|
||||
```
|
||||
|
||||
Runs all the tests
|
||||
Deploy a new version as a preview version
|
||||
|
||||
### android closed_testing
|
||||
### android deploy_release
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android closed_testing
|
||||
[bundle exec] fastlane android deploy_release
|
||||
```
|
||||
|
||||
Submit a new build to the closed testing lane
|
||||
|
||||
### android deploy
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android deploy
|
||||
```
|
||||
|
||||
Deploy a new version to the Google Play
|
||||
Deploy a new version as a full release
|
||||
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user