Sometimes this fails too.

This commit is contained in:
Chris Eppstein 2016-03-28 16:47:35 -07:00
parent 8bf370cfa7
commit 7ea776319b

View File

@ -68,7 +68,7 @@ end
task :upload do task :upload do
sh %{git branch -D built-for-heroku} rescue nil sh %{git branch -D built-for-heroku} rescue nil
sh %{git checkout -b built-for-heroku} sh %{git checkout -b built-for-heroku} rescue nil
sh %{git add --force build} sh %{git add --force build}
sh %{git commit --message="Build."} sh %{git commit --message="Build."}
sh %{git push --force heroku built-for-heroku:master} sh %{git push --force heroku built-for-heroku:master}