Skip to content
Snippets Groups Projects
Commit d322b221 authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

Auto Devops -> Auto DevOps

parent b9d06907
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ module QA
 
@project = Resource::Project.fabricate! do |p|
p.name = Runtime::Env.auto_devops_project_name || 'project-with-autodevops'
p.description = 'Project with Auto Devops'
p.description = 'Project with Auto DevOps'
end
 
# Disable code_quality check in Auto DevOps pipeline as it takes
Loading
Loading
@@ -28,7 +28,7 @@ module QA
resource.value = '1'
end
 
# Create Auto Devops compatible repo
# Create Auto DevOps compatible repo
Resource::Repository::ProjectPush.fabricate! do |push|
push.project = @project
push.directory = Pathname
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment