Skip to content

Commit

Permalink
Update SDK SHA (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes committed Nov 17, 2023
1 parent ce73171 commit 223d7ab
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 = "19771ed7101321d68b87d05201d42d00adf5368f"
SDK_DOCKER_TAG: str = "f06d9520d02d68076c5accbf839f168cda89c47c"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "19771ed7101321d68b87d05201d42d00adf5368f"
SDK_SHA: str = "f06d9520d02d68076c5accbf839f168cda89c47c"

class Config:
case_sensitive = True
Expand Down

0 comments on commit 223d7ab

Please sign in to comment.