/
githubmirror
/
commcare-hq
Обзор
Документация
Войти
/
githubmirror
/
commcare-hq
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/test-prod-entrypoints.sh
8 строк
177 B
Jenny Schweers
Removed misc replated config and code
04 мар 2025, 19:33
04 мар 2025, 19:33
4f4bd7f
Код
Авторство
О чём код?
#!/bin/bash set -e echo "Testing gunicorn entrypoint" python -c 'import deployment.gunicorn.commcarehq_wsgi' echo "Testing celery entrypoint" python -c 'import corehq.celery'