summaryrefslogtreecommitdiff
path: root/db/fixtures/development/19_environments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/19_environments.rb')
-rw-r--r--db/fixtures/development/19_environments.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/fixtures/development/19_environments.rb b/db/fixtures/development/19_environments.rb
index 124f9d74ddd..0f9188164c9 100644
--- a/db/fixtures/development/19_environments.rb
+++ b/db/fixtures/development/19_environments.rb
@@ -6,7 +6,6 @@ class Gitlab::Seeder::Environments
end
def seed!
- @project.create_mock_deployment_service!(active: true)
@project.create_mock_monitoring_service!(active: true)
create_master_deployments!('production')