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:
Diffstat (limited to 'lib/tasks/gitlab/snowplow.rake')
-rw-r--r--lib/tasks/gitlab/snowplow.rake11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tasks/gitlab/snowplow.rake b/lib/tasks/gitlab/snowplow.rake
deleted file mode 100644
index 278ba4a471c..00000000000
--- a/lib/tasks/gitlab/snowplow.rake
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-namespace :gitlab do
- namespace :snowplow do
- desc 'GitLab | Snowplow | Generate event dictionary'
- task generate_event_dictionary: :environment do
- items = Gitlab::Tracking::EventDefinition.definitions
- Gitlab::Tracking::Docs::Renderer.new(items).write
- end
- end
-end