Philipp Hagemeister 12 лет назад
Родитель
Сommit
d5594202aa
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      devscripts/release.sh

+ 0 - 4
devscripts/release.sh

@@ -88,10 +88,6 @@ ROOT=$(pwd)
     "$ROOT/devscripts/gh-pages/update-sites.py"
     "$ROOT/devscripts/gh-pages/update-sites.py"
     git add *.html *.html.in update
     git add *.html *.html.in update
     git commit -m "release $version"
     git commit -m "release $version"
-    git show HEAD
-    read -p "Is it good, can I push? (y/n) " -n 1
-    if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi
-    echo
     git push "$ROOT" gh-pages
     git push "$ROOT" gh-pages
     git push "$ORIGIN_URL" gh-pages
     git push "$ORIGIN_URL" gh-pages
 )
 )