mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix Fastfile
This commit is contained in:
@@ -13,13 +13,6 @@ default_platform(:android)
|
||||
|
||||
platform :android do
|
||||
|
||||
desc "Clean repo"
|
||||
lane :clean do
|
||||
gradle(
|
||||
task: 'clean'
|
||||
)
|
||||
end
|
||||
|
||||
desc "Runs all the tests"
|
||||
lane :tests do
|
||||
gradle(task: "test")
|
||||
@@ -57,7 +50,6 @@ platform :android do
|
||||
gradle(
|
||||
task: 'clean'
|
||||
)
|
||||
reset_git_repo
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -15,14 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
||||
|
||||
## Android
|
||||
|
||||
### android clean
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android clean
|
||||
```
|
||||
|
||||
Clean repo
|
||||
|
||||
### android tests
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user