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>2020-08-12 00:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-12 00:10:09 +0300
commitda100a690f61e02ab0244aafe7434af838e913c0 (patch)
treeb98e82a74a7ac0a1e2e834a9dfd7a7b0946a8faf /spec/factories/project_hooks.rb
parent7a1895c74ad57da757c02b2675147a5a5e2cfe6d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/project_hooks.rb')
-rw-r--r--spec/factories/project_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/project_hooks.rb b/spec/factories/project_hooks.rb
index 6592141e26d..15b240acba4 100644
--- a/spec/factories/project_hooks.rb
+++ b/spec/factories/project_hooks.rb
@@ -21,6 +21,7 @@ FactoryBot.define do
job_events { true }
pipeline_events { true }
wiki_page_events { true }
+ deployment_events { true }
end
end
end