Skip to content

Commit 8fa744d

Browse files
authored
Update name.sh
Back to original service name
1 parent d900de8 commit 8fa744d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/semver/name.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
# Get the current branch name
44
BRANCH=$(git symbolic-ref --short HEAD 2>/dev/null)
55

6-
if [ -n "$APPVEYOR_PULL_REQUEST_NUMBER" ]; then
7-
printf "mesh-pr%s" "$APPVEYOR_PULL_REQUEST_NUMBER"
8-
exit 0
96
# Complain if the git history is not available
10-
elif [ $? != 0 ] || [ -z "$BRANCH" ]; then
7+
if [ $? != 0 ] || [ -z "$BRANCH" ]; then
118
printf "mesh"
129
exit 0
1310
fi

0 commit comments

Comments
 (0)