Skip to content

Fix caching issue where build status was not updating in project dashboard

Stan Hu requested to merge stanhu/gitlab-ce:fix-build-status-caching into master

The project dashboard page would show a stale build status since the caching key did not depend on it. Fix by adding the commit status if CI is applicable.

Closes #3268 (closed)

Merge request reports