linting
This commit is contained in:
parent
692426b13e
commit
771dd68cdf
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ module Ci
|
|||
|
||||
last_update = Gitlab::Redis.with { |redis| redis.get(current_runner_redis_key)}
|
||||
|
||||
if params[:last_update] != ""
|
||||
if :last_update == last_update
|
||||
if params[:last_update].present?
|
||||
if params[:last_update] == last_update
|
||||
headers 'X-GitLab-Last-Update', last_update
|
||||
return build_not_found!
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue