Skip to content

Commit

Permalink
dont show config when asked
Browse files Browse the repository at this point in the history
  • Loading branch information
davidx committed Dec 5, 2016
1 parent 8ced92c commit f59f2c9
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 f59f2c9

Please sign in to comment.