Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Rakefile - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef2757f74d0fb346dffa098fd19639843c6dc2af (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'gitlab-dangerfiles'

# Automatically load Rake tasks stored in lib/tasks/ in files ending in .rake
Rake.add_rakelib 'lib/tasks'

# Load danger_local Rake task
Gitlab::Dangerfiles.load_tasks

task default: [:clone_repositories, :generate_feature_flags]