mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-04 01:57:47 +00:00
Try symbolic-ref to get branch name
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Get the branch name
|
# Get the branch name
|
||||||
BRANCH=$(git name-rev --name-only HEAD 2>/dev/null)
|
BRANCH=$(git symbolic-ref --short HEAD 2>/dev/null)
|
||||||
|
|
||||||
# Check if the branch name is not master
|
# Check if the branch name is not master
|
||||||
if [ "$BRANCH" = "master" ]; then
|
if [ "$BRANCH" = "master" ]; then
|
||||||
|
Reference in New Issue
Block a user