Skip to content

Commit

Permalink
Added about for configuring log for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jul 27, 2012
1 parent c013868 commit a6d1d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# Heroku # Heroku
# c.directory = File.dirname(__FILE__) + '/tmp/builds' # c.directory = File.dirname(__FILE__) + '/tmp/builds'
c.base_url = "http://ci.example.org" c.base_url = "http://ci.example.org"
# Heroku - Comment out c.log
c.log = "integrity.log" c.log = "integrity.log"
c.github_token = "SECRET" c.github_token = "SECRET"
c.build_all = true c.build_all = true
Expand Down

0 comments on commit a6d1d3c

Please sign in to comment.