Update makerelease
This commit is contained in:
parent
40d7846052
commit
f17a4e8317
1 changed files with 0 additions and 4 deletions
|
@ -57,8 +57,6 @@ fi
|
|||
read -p "Push release ? (Y/n)" choice
|
||||
case "$choice" in
|
||||
n|N ) exit 1;;
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
git checkout master
|
||||
|
@ -69,8 +67,6 @@ git push
|
|||
read -p "Publish to server ? (Y/n)" choice
|
||||
case "$choice" in
|
||||
n|N ) exit 1;;
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Create index.html..."
|
||||
|
|
Loading…
Reference in a new issue