mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 15:25:53 +08:00
Update deploy script to match dev tag (from d)
This commit is contained in:
parent
551a40d64b
commit
f4d73f1886
@ -9,7 +9,7 @@
|
|||||||
if [ $(git describe &>/dev/null) ]; then
|
if [ $(git describe &>/dev/null) ]; then
|
||||||
SLIC3R_BUILD_ID=$(git describe)
|
SLIC3R_BUILD_ID=$(git describe)
|
||||||
else
|
else
|
||||||
SLIC3R_BUILD_ID=${SLIC3R_VERSION}d-$(git rev-parse --short head)
|
SLIC3R_BUILD_ID=${SLIC3R_VERSION}dev-$(git rev-parse --short head)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(git symbolic-ref HEAD | sed 's!refs\/heads\/!!')" == "master" ]; then
|
if [ "$(git symbolic-ref HEAD | sed 's!refs\/heads\/!!')" == "master" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user