0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00

try no self capture

This commit is contained in:
Tim Glaser 2021-05-14 15:28:04 +01:00
parent 990a72006f
commit 2714555ac3

View File

@ -99,7 +99,7 @@ jobs:
DISABLE_SECURE_SSL_REDIRECT: 1
SECURE_COOKIES: 0
OPT_OUT_CAPTURE: 1
SELF_CAPTURE: 1
SELF_CAPTURE: 0
E2E_TESTING: 1
run: |
python manage.py collectstatic --noinput