mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-03 12:11:48 +00:00
cut down hashes also on finished compile
This commit is contained in:
parent
d95dde1cc4
commit
9ac2d431c5
@ -47,6 +47,8 @@ log2spam()
|
|||||||
hash=$4
|
hash=$4
|
||||||
status=$5
|
status=$5
|
||||||
|
|
||||||
|
hash=`echo "$hash" | cut -c 1-7`
|
||||||
|
|
||||||
branch=${branch##refs/heads/}
|
branch=${branch##refs/heads/}
|
||||||
branch=${branch##refs/remotes/}
|
branch=${branch##refs/remotes/}
|
||||||
branch=${branch##origin/}
|
branch=${branch##origin/}
|
||||||
|
Loading…
Reference in New Issue
Block a user