Oops, forgot a fi

This commit is contained in:
Joseph Lenox 2017-03-06 14:21:43 -06:00 committed by GitHub
parent 2a0700a631
commit 214271d063

View File

@ -20,6 +20,7 @@ if [ "$current_branch" == "" ]; then
current_branch=$APPVEYOR_REPO_BRANCH
else
current_branch=unknown
fi
fi
if [ "$current_branch" == "master" ] && [ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]; then
# If building master, goes in slic3r_dev or slic3r, depending on whether or not this is a tagged build