4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 18:36:07 +00:00

Fix bugs in CircleCI naming

This commit is contained in:
Neil Alexander
2018-03-05 20:26:55 +00:00
parent 6366558258
commit d58c971559
2 changed files with 1 additions and 7 deletions

View File

@ -3,12 +3,6 @@
# Get the branch name
BRANCH=$(git name-rev --name-only HEAD 2>/dev/null)
# Check if the branch name check fails
if [ $? != 0 ]; then
printf "yggdrasil"
exit 0
fi
# Check if the branch name is not master
if [ "$BRANCH" = "master" ]; then
printf "yggdrasil"