Skip to content
Snippets Groups Projects
Commit 5067d034 authored by Grzegorz Bizon's avatar Grzegorz Bizon :bulb:
Browse files

Make updated_at optional in pipelines serializer

parent 6b52adc6
No related branches found
No related tags found
2 merge requests!7857WIP: Realtime pipeline index vue,!7196Pipelines Vue
Pipeline #
......@@ -73,7 +73,7 @@ def updated_exposure?
end
def incremental?
options[:incremental]
options[:incremental] && last_updated
end
def last_updated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment