Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 09:10:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 09:10:32 +0300
commitc6d5d2148e1e1446c175b5f9a22a4b8c4fd62819 (patch)
tree105fdebaf0fe7c113eba745820eca64f33731713 /app/controllers
parent71154adca40dc0f8eb80dd1dc81d60ba92af4e99 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/pipelines_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb
index 7df902d8bec..516aa70cf89 100644
--- a/app/controllers/projects/pipelines_controller.rb
+++ b/app/controllers/projects/pipelines_controller.rb
@@ -270,7 +270,6 @@ class Projects::PipelinesController < Projects::ApplicationController
last_modified = [@stage.updated_at.utc, @stage.statuses.maximum(:updated_at)].max
- expires_in 24.hours
stale?(last_modified: last_modified, etag: @stage)
end