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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-28 13:31:19 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-28 13:31:19 +0300
commit886d442b405a0db3dccc1b24e050244f65099826 (patch)
tree54f756024a835127f1bbd649c50c1ae6b71ee976 /lib/tasks/plugins.rake
parent2577ff7fd656f301c4b1909f0a1c358c8c30a614 (diff)
Improve plugins documentation and remove unnecessary rake task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/plugins.rake')
-rw-r--r--lib/tasks/plugins.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tasks/plugins.rake b/lib/tasks/plugins.rake
index 7a9de3afbec..e73dd7e68df 100644
--- a/lib/tasks/plugins.rake
+++ b/lib/tasks/plugins.rake
@@ -13,9 +13,4 @@ namespace :plugins do
end
end
end
-
- desc 'Validate existing plugins'
- task validate_async: :environment do
- Gitlab::Plugin.execute_all_async(Gitlab::DataBuilder::Push::SAMPLE_DATA)
- end
end