e52ddb7dd4
CodeQL / Analyze (python) (push) Failing after 1s
Linting and testing / build (3.11) (push) Failing after 0s
Package exe with PyInstaller - Windows / build (push) Failing after 2s
Linting and testing / build (3.10) (push) Failing after 1s
Linting and testing / minimal-install (push) Failing after 1s
Update sites rating and statistics / build (push) Failing after 1s
Build docker image and push to DockerHub / docker (push) Failing after 1s
Linting and testing / build (3.12) (push) Failing after 1s
Linting and testing / build (3.14) (push) Failing after 1s
Linting and testing / build (3.13) (push) Failing after 2s
11 lines
258 B
Bash
Executable File
11 lines
258 B
Bash
Executable File
#!/bin/sh
|
|
echo 'Activating update_sitesmd hook script...'
|
|
poetry run update_sitesmd
|
|
|
|
echo 'Regenerating db_meta.json...'
|
|
poetry run python utils/generate_db_meta.py
|
|
|
|
git add maigret/resources/db_meta.json
|
|
git add maigret/resources/data.json
|
|
git add sites.md
|