mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-11-13 07:15:28 +03:00
CI
This commit is contained in:
parent
e4c8366a70
commit
2a7987d916
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user