Skip to content

Commit

Permalink
Merge pull request #58 from basho-labs/show_config
Browse files Browse the repository at this point in the history
Thumbs Git Robot Merge.
  • Loading branch information
thumbot committed Dec 5, 2016
2 parents ab5e605 + f59f2c9 commit d84263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -58,7 +58,7 @@ class ThumbsWeb < Sinatra::Base
</details>
EOS
pr_worker.add_comment(intro_text)
pr_worker.add_comment(intro_text) unless pr_worker.thumb_config['show_config'] == false
pr_worker.set_build_progress(:in_progress)
pr_worker.try_merge
unless pr_worker.thumb_config && pr_worker.thumb_config.key?('build_steps')
Expand Down

0 comments on commit d84263f

Please sign in to comment.