mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 00:31:47 +08:00
Oops, forgot a fi
This commit is contained in:
parent
2a0700a631
commit
214271d063
@ -20,6 +20,7 @@ if [ "$current_branch" == "" ]; then
|
|||||||
current_branch=$APPVEYOR_REPO_BRANCH
|
current_branch=$APPVEYOR_REPO_BRANCH
|
||||||
else
|
else
|
||||||
current_branch=unknown
|
current_branch=unknown
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$current_branch" == "master" ] && [ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]; then
|
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
|
# If building master, goes in slic3r_dev or slic3r, depending on whether or not this is a tagged build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user