Commit 4ba9bab6 authored by Aleksandr Soborov's avatar Aleksandr Soborov

Disable autodevops in Secure MR tests

parent 48c9a08e
...@@ -30,6 +30,7 @@ module QA ...@@ -30,6 +30,7 @@ module QA
@project = Resource::Project.fabricate_via_api! do |p| @project = Resource::Project.fabricate_via_api! do |p|
p.name = Runtime::Env.auto_devops_project_name || 'project-with-secure' p.name = Runtime::Env.auto_devops_project_name || 'project-with-secure'
p.description = 'Project with Secure' p.description = 'Project with Secure'
p.auto_devops_enabled = false
p.initialize_with_readme = true p.initialize_with_readme = true
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment