added a requirements.txt version check before deploying

This commit is contained in:
simon
2021-09-08 16:08:20 +07:00
parent 4f62703b2e
commit 97819318da
2 changed files with 96 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ function sync_docker {
}
# check package versions in requirements.txt for updates
python version_check.py
if [[ $1 == "blackhole" ]]; then
sync_blackhole