1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Make sure the stable branch of the pages repo is up-to-date.

This commit is contained in:
Nathan Weizenbaum 2009-10-08 22:28:47 -07:00
parent 49fdcc6006
commit b18a9ac6c9

View file

@ -250,6 +250,11 @@ task :pages do
Dir.chdir("/var/www/#{proj}-pages")
sh %{git fetch origin}
sh %{git checkout stable}
sh %{git reset --hard origin/stable}
sh %{git checkout #{proj}-pages}
sh %{git reset --hard origin/#{proj}-pages}
sh %{rake build --trace}
sh %{mkdir -p tmp}