Skip to content

Commit 16cd3fe

Browse files
committed
remove uncesseary DATABASE_URL from ci
1 parent 8a301c6 commit 16cd3fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
run: |
3434
docker run --rm \
3535
-e DJANGO_SETTINGS_MODULE=intbot.settings \
36-
-e DATABASE_URL=postgres://testuser:testpassword@localhost:5432/testdb \
3736
--network host \
3837
intbot \
3938
make in-container/tests

0 commit comments

Comments
 (0)