Updates for scraper errors, still erroring sometimes though.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# import all fighters.
|
||||
drush @self.local ev '\Drupal::service("ufc.importer")->importFighters()';
|
||||
ddev drush @self.local ev '\Drupal::service("ufc.import_fighters")->importFighters();';
|
||||
ddev drush @self.local ev '\Drupal::service("ufc.import_fights")->importEvents();';
|
||||
ddev drush @self.local ev '\Drupal::service("ufc.import_fights")->createEvents();';
|
||||
ddev drush @self.local ev '\Drupal::service("ufc.import_fights")->createFights();';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user