Skip to content

Commit

Permalink
update sdk sha
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonlima committed Dec 11, 2023
1 parent 427d72a commit 1088512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ def get_emails_enabled(cls, v: bool, values: Dict[str, Any]) -> bool:

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "f06d9520d02d68076c5accbf839f168cda89c47c"
SDK_DOCKER_TAG: str = "85a48aabbc4e43c433aa4b2d35b2817d611946de"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "696975f5d89f1d4568bb5d3f625343fa1200abad"
SDK_SHA: str = "85a48aabbc4e43c433aa4b2d35b2817d611946de"

class Config:
case_sensitive = True
Expand Down

0 comments on commit 1088512

Please sign in to comment.