Skip to content

Commit

Permalink
Fixed get env error
Browse files Browse the repository at this point in the history
  • Loading branch information
william2958 committed Mar 14, 2018
1 parent fac58a3 commit a16ea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ android {
release {
storeFile file(System.getenv("HOME") + "/keystores/my_keystore.jks")
storePassword System.getenv("$BITRISEIO_ANDROID_KEYSTORE_PASSWORD")
keyAlias $BITRISEIO_ANDROID_KEYSTORE_ALIAS
keyAlias System.getenv("$BITRISEIO_ANDROID_KEYSTORE_ALIAS")
keyPassword System.getenv("$BITRISEIO_ANDROID_KEYSTORE_PASSWORD")
}
}
Expand Down

0 comments on commit a16ea9f

Please sign in to comment.