minor
This commit is contained in:
parent
26d2347812
commit
49b18a1fca
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# dont touch this. Travis changes this during build/deployment
|
||||
# dont touch this. CI server changes this during build/deployment
|
||||
BUILD = "dev"
|
||||
|
|
|
@ -17,7 +17,7 @@ def get_platform(get_ip=True):
|
|||
"os_system": platform.system(),
|
||||
"lbrynet_version": lbrynet_version,
|
||||
"lbryum_version": lbryum_version,
|
||||
"build": build_type.BUILD, # travis sets this during build step
|
||||
"build": build_type.BUILD, # CI server sets this during build step
|
||||
}
|
||||
|
||||
if get_ip:
|
||||
|
|
Loading…
Reference in a new issue