Update deploy script to match dev tag (from d)

This commit is contained in:
Joseph Lenox 2017-03-06 13:05:44 -06:00 committed by GitHub
parent 551a40d64b
commit f4d73f1886

View File

@ -9,7 +9,7 @@
if [ $(git describe &>/dev/null) ]; then
SLIC3R_BUILD_ID=$(git describe)
else
SLIC3R_BUILD_ID=${SLIC3R_VERSION}d-$(git rev-parse --short head)
SLIC3R_BUILD_ID=${SLIC3R_VERSION}dev-$(git rev-parse --short head)
fi
if [ "$(git symbolic-ref HEAD | sed 's!refs\/heads\/!!')" == "master" ]; then