ci: only try once for now

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-23 00:30:10 +01:00
parent d3397c349f
commit 0e413acd61
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from authentik.core.api.users import UserSerializer
from authentik.core.models import User
from authentik.managed.manager import ObjectManager
RETRIES = int(environ.get("RETRIES", "5"))
RETRIES = int(environ.get("RETRIES", "1"))
# pylint: disable=invalid-name
def USER() -> User: # noqa