mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Debug env
This commit is contained in:
parent
51dda0606f
commit
d3046933c1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ def getArchName() {
|
|||
return arch
|
||||
}
|
||||
|
||||
println(System.getenv('RELEASE'))
|
||||
|
||||
project.ext {
|
||||
ci = System.getenv('CI') != null
|
||||
os = org.gradle.internal.os.OperatingSystem.current()
|
||||
|
|
Loading…
Reference in a new issue