mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Use short symbolic-ref
This commit is contained in:
parent
d133cc79f5
commit
8aedfc57dd
|
|
@ -1,5 +1,5 @@
|
|||
$sha = (git rev-parse --short=7 HEAD)
|
||||
$ref = (git symbolic-ref HEAD)
|
||||
$ref = (git symbolic-ref --short HEAD)
|
||||
$build = 560 # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place.
|
||||
$suffix = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue