Remove TESTING environment variable from Docker workflow
This commit is contained in:
parent
e1e82a94f4
commit
c7ec978227
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
|
@ -13,7 +13,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DJANGO_DEBUG: False
|
DJANGO_DEBUG: False
|
||||||
DJANGO_SECRET_KEY: 1234567890
|
DJANGO_SECRET_KEY: 1234567890
|
||||||
TESTING: True
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v3
|
- uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue