Commit 6f23a004 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-fix-secure-mr-test-pipelines' into 'master'

Disable autodevops in Secure MR tests

See merge request gitlab-org/gitlab!19516
parents 96b1d249 4ba9bab6
......@@ -30,6 +30,7 @@ module QA
@project = Resource::Project.fabricate_via_api! do |p|
p.name = Runtime::Env.auto_devops_project_name || 'project-with-secure'
p.description = 'Project with Secure'
p.auto_devops_enabled = false
p.initialize_with_readme = true
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