diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-28 12:31:19 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-28 12:31:19 +0200 |
commit | 886d442b405a0db3dccc1b24e050244f65099826 (patch) | |
tree | 54f756024a835127f1bbd649c50c1ae6b71ee976 /lib | |
parent | 2577ff7fd656f301c4b1909f0a1c358c8c30a614 (diff) | |
download | gitlab-ce-886d442b405a0db3dccc1b24e050244f65099826.tar.gz |
Improve plugins documentation and remove unnecessary rake task
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/plugins.rake | 5 |
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 |