Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6a6dd2b authored by mohit.mali@ftechiz.com's avatar mohit.mali@ftechiz.com
Browse files

Fixed CI keystore deployment issue

parent 3117c626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ android {
            universalApk true
        }
    }
    if (System.getenv("CI") == "true") {
    if (System.getenv("CI") == "false") {
        signingConfigs.release.storeFile = file("../keystore")
        signingConfigs.release.storePassword = System.getenv("keystore_password")
        signingConfigs.release.keyAlias = System.getenv("key_alias")