mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Test script change
This commit is contained in:
parent
fc5436039d
commit
d38c33e4d9
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ if [[ "$ENV_TYPE" == "pipenv" ]]; then
|
||||||
cd $REQS
|
cd $REQS
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
PIPENV_IGNORE_VIRTUALENVS=1 pipenv install
|
PIPENV_IGNORE_VIRTUALENVS=1 pipenv install
|
||||||
cd $MANAGE_PATH && PIPENV_IGNORE_VIRTUALENVS=1 pipenv run python3 manage.py check --deploy --fail-level ${FAIL} ${ARGS} &> output.txt
|
cd $MANAGE_PATH && PIPENV_IGNORE_VIRTUALENVS=1 pipenv run python manage.py check --deploy --fail-level ${FAIL} ${ARGS} &> output.txt
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
fi
|
fi
|
||||||
if [[ "$ENV_TYPE" == "venv" ]]; then
|
if [[ "$ENV_TYPE" == "venv" ]]; then
|
||||||
|
|
|
@ -78,7 +78,6 @@ DEBUG = env_debug
|
||||||
# Installing them here makes them available for execution.
|
# Installing them here makes them available for execution.
|
||||||
# Do not access INSTALLED_APPS directly. Use `django.apps.apps` instead.
|
# Do not access INSTALLED_APPS directly. Use `django.apps.apps` instead.
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
"epplibwrapper",
|
|
||||||
# let's be sure to install our own application!
|
# let's be sure to install our own application!
|
||||||
# it needs to be listed before django.contrib.admin
|
# it needs to be listed before django.contrib.admin
|
||||||
# otherwise Django would find the default template
|
# otherwise Django would find the default template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue