CI
This commit is contained in:
@@ -39,7 +39,7 @@ deploy:
|
||||
on:
|
||||
repo: Anuken/Mindustry
|
||||
tags: true
|
||||
# - provider: script
|
||||
#- provider: script
|
||||
# script: bash update_wiki.sh
|
||||
# on:
|
||||
# repo: Anuken/Mindustry
|
||||
|
||||
@@ -99,10 +99,12 @@ android{
|
||||
keyAlias RELEASE_KEY_ALIAS
|
||||
keyPassword RELEASE_KEY_PASSWORD
|
||||
}else if(System.getenv("CI") == "true"){
|
||||
println file("../bekeystore.jks").absolutePath
|
||||
println file("../").absolutePath
|
||||
println file(".").absolutePath
|
||||
storeFile = file("../bekeystore.jks")
|
||||
println file("../../bekeystore.jks").absolutePath
|
||||
println file("../../bekeystore.jks").exists()
|
||||
println (System.getenv("keystore_password").contains("h"))
|
||||
println (System.getenv("keystore_alias").contains("h"))
|
||||
println (System.getenv("keystore_alias_password").contains("h"))
|
||||
storeFile = file("../../bekeystore.jks")
|
||||
storePassword = System.getenv("keystore_password")
|
||||
keyAlias = System.getenv("keystore_alias")
|
||||
keyPassword = System.getenv("keystore_alias_password")
|
||||
|
||||
Reference in New Issue
Block a user