Update makerelease
This commit is contained in:
parent
40d7846052
commit
f17a4e8317
@ -57,8 +57,6 @@ fi
|
|||||||
read -p "Push release ? (Y/n)" choice
|
read -p "Push release ? (Y/n)" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
n|N ) exit 1;;
|
n|N ) exit 1;;
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
git checkout master
|
git checkout master
|
||||||
@ -69,8 +67,6 @@ git push
|
|||||||
read -p "Publish to server ? (Y/n)" choice
|
read -p "Publish to server ? (Y/n)" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
n|N ) exit 1;;
|
n|N ) exit 1;;
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Create index.html..."
|
echo "Create index.html..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user