Commit graph

1 commit

Author SHA1 Message Date
Lin Jen-Shin
c00fde606e Make sure all pipelines would go to pending once
Without this fix, pipeline could go from skipped to
running directly, bypassing the transition for:

    [:created, :pending] => :running

And this is responsible for setting up started_at.
Without this fix, started_at would never be set.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884
2017-11-09 16:59:52 +08:00