v0.18.3 release
This commit is contained in:
committed by
Thomas Goirand
parent
0d74d9c411
commit
32f9475dde
@@ -53,7 +53,7 @@ rm -f "doc/changelog.rst"
|
||||
|
||||
if [ $commit -eq 1 ]; then
|
||||
echo "3. Updating git branch gh-pages"
|
||||
source_name=`git describe --dirty --tags HEAD`
|
||||
source_name=`git describe --dirty --tags`
|
||||
git branch --track gh-pages origin/gh-pages || true
|
||||
git checkout gh-pages
|
||||
git ls-files |grep -Ev '^.gitignore$' |xargs rm -f
|
||||
|
||||
Reference in New Issue
Block a user