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:
authorMatija Čupić <matteeyah@gmail.com>2018-06-02 00:47:38 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-06-02 00:58:39 +0300
commit39412d0a163625bd91632267a1dd36c1ebb23906 (patch)
treef4c063a0f54fdc777965d326f89b6f1c51aa172d /spec/factories
parent5e9687a198f205131d8e65c747f6b4ac2ae092f1 (diff)
Add deploy strategy related predefined variables
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/project_auto_devops.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/project_auto_devops.rb b/spec/factories/project_auto_devops.rb
index 5ce1988c76f..a59087cd7eb 100644
--- a/spec/factories/project_auto_devops.rb
+++ b/spec/factories/project_auto_devops.rb
@@ -3,5 +3,6 @@ FactoryBot.define do
project
enabled true
domain "example.com"
+ deploy_strategy :continuous
end
end