diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-26 14:15:51 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-26 16:07:08 +0200 |
| commit | 4b998239a3fec56f93e24ca063d1196416aec938 (patch) | |
| tree | 0f8b36ec2bfd9436a19f3487e36dc68e9ea3fbc5 /lib/tasks/plugins.rake | |
| parent | 3337130e015fba1d04a53e8e3a7098f966792f5f (diff) | |
| download | gitlab-ce-4b998239a3fec56f93e24ca063d1196416aec938.tar.gz | |
Add plugin queue to sidekiq config [ci skip]
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/plugins.rake')
| -rw-r--r-- | lib/tasks/plugins.rake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tasks/plugins.rake b/lib/tasks/plugins.rake index f4d7edb2eb2..11c41f13614 100644 --- a/lib/tasks/plugins.rake +++ b/lib/tasks/plugins.rake @@ -13,4 +13,9 @@ 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 |
