Skip to content
Snippets Groups Projects
Commit ac36b9b8 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

set DEBUG to False for test

parent 2cd5bd3b
No related branches found
No related tags found
No related merge requests found
Pipeline #132162 failed
...@@ -28,6 +28,7 @@ test-style: ...@@ -28,6 +28,7 @@ test-style:
-e POSTGRES_HOST=db-local -e POSTGRES_HOST=db-local
-e POSTGRES_DB=$POSTGRES_DB -e POSTGRES_DB=$POSTGRES_DB
-e POSTGRES_USER=$POSTGRES_USER -e POSTGRES_USER=$POSTGRES_USER
-e DJANGO_DEBUG=False
-v $(pwd)/persistent:/code/persistent -v $(pwd)/persistent:/code/persistent
"$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/app-container:$CI_COMMIT_SHA" "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/app-container:$CI_COMMIT_SHA"
test test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment