From 32f9475ddee71eed8ffd77099d4c7684d5c88c8d Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Sat, 13 Feb 2016 18:19:04 +0500 Subject: [PATCH] v0.18.3 release --- bin/build-website.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-website.bash b/bin/build-website.bash index 4c677c3..6fd4e01 100755 --- a/bin/build-website.bash +++ b/bin/build-website.bash @@ -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