mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 10:48:46 +00:00
Make the scraping infrastructure more durable since the scraping service often fails to deliver
6 lines
216 B
Bash
6 lines
216 B
Bash
#!/bin/bash
|
|
#Currently to be run only from the Scraping directory
|
|
rm artifacts/runOrchestrator.zip
|
|
zip -r9 artifacts/runOrchestrator.zip prefix_list_part*.txt
|
|
zip -r9 artifacts/runOrchestrator.zip runOrchestrator.py
|