Skip to content

Commit

Permalink
fix auth-service commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
r-peschke committed Mar 7, 2024
1 parent fe04da6 commit c01fb1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions cli/generate_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
from textwrap import dedent, indent
from typing import Any, Optional

from cli.util.util import (ROOT, assert_equal, open_output, open_yml_file,
parse_arguments)
from cli.util.util import (
ROOT,
assert_equal,
open_output,
open_yml_file,
parse_arguments,
)
from openslides_backend.models.base import Model as BaseModel
from openslides_backend.models.fields import OnDelete
from openslides_backend.models.mixins import (AgendaItemModelMixin,
MeetingModelMixin,
PollModelMixin)
from openslides_backend.shared.patterns import KEYSEPARATOR, Collection

ROOT = os.path.join(
os.path.dirname(os.path.abspath(__file__)),
"..",
from openslides_backend.models.mixins import (
AgendaItemModelMixin,
MeetingModelMixin,
PollModelMixin,
)
from openslides_backend.shared.patterns import KEYSEPARATOR, Collection

SOURCE = os.path.abspath(
os.path.join(
Expand Down
2 changes: 1 addition & 1 deletion requirements/export_service_commits.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export DATASTORE_COMMIT_HASH=81f0ac9ac7566722f9a1c6966dcf85a5d7ac0600
export AUTH_COMMIT_HASH=09b993e57aea9ae3ee86338c9a92357cd3f7fe10
export AUTH_COMMIT_HASH=ea9f6f042e21a5d53e28439411855754528c3fc5

0 comments on commit c01fb1b

Please sign in to comment.