summaryrefslogtreecommitdiff
path: root/app/models/deployment.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 00:06:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 00:06:03 +0000
commit8c726c7487db581867ade785f798d84315cb787e (patch)
treeaaf96b1cf74942fbb26b2aa379f9d51c8f874617 /app/models/deployment.rb
parent1da3754b25657f49afdcb0b942506d365b1ee89d (diff)
downloadgitlab-ce-8c726c7487db581867ade785f798d84315cb787e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/deployment.rb')
-rw-r--r--app/models/deployment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/deployment.rb b/app/models/deployment.rb
index db7f9e06362..30694313f7a 100644
--- a/app/models/deployment.rb
+++ b/app/models/deployment.rb
@@ -180,3 +180,5 @@ class Deployment < ApplicationRecord
self.created_at if success? && !read_attribute(:finished_at)
end
end
+
+Deployment.prepend_if_ee('EE::Deployment')