Skip to content

Commit

Permalink
Try yarn again (and rubocop)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesecretmaster committed Sep 1, 2018
1 parent 89134ce commit a93ac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -53,7 +53,7 @@ GIT

GIT
remote: https://github.com/thesecretmaster/capistrano-yarn
revision: 8e832e697ae6017bf7791044926d9a848144fae4
revision: 0eb8291a84d69701bc0cb34a6e26e261689ad4a5
specs:
capistrano-yarn (2.0.2)
capistrano (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/github_controller.rb
Expand Up @@ -212,7 +212,7 @@ def any_status_hook
redis.incr "sucessful_ci_count/#{sha}"
redis.expire "sucessful_ci_count/#{sha}", 600
return unless redis.get "sucessful_ci_count/#{sha}" == 3
content = 'ci/circleci'
context = 'ci/circleci'
else
redis.set "sucessful_ci_count/#{sha}", 0
redis.expire "sucessful_ci_count/#{sha}", 600
Expand Down

0 comments on commit a93ac93

Please sign in to comment.