Skip to content

Commit

Permalink
README now a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 8, 2015
1 parent 57dda2a commit 59bf06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ task GR do
sh "tar xjf #{tmp} -C bin --strip-components 3"
end

task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do
task :deploy => [XPI, GR, UPDATE_RDF] do
Dir['cucumber.*.status'].each{|status|
result = open(status).read
throw "#{status}: #{result}" unless result == 'success'
Expand All @@ -542,7 +542,6 @@ task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do
sh "#{GR} upload --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'"
open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(RELEASE) }
system "cd www; rake publish"
sh "git add README.md; git commit -m 'README for #{RELEASE}'; git push"
else
puts "Not a tagged release"
end
Expand Down

0 comments on commit 59bf06d

Please sign in to comment.