Updates for scraper errors, still erroring sometimes though.

This commit is contained in:
Dan Chadwick
2024-09-21 10:53:38 -04:00
parent 57da5fed63
commit 41d0d557fb
3 changed files with 9 additions and 4 deletions

View File

@@ -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();';