Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
feat: updated sdk branch and remove login to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
strlrd-29 committed Mar 21, 2024
1 parent d22232e commit 8b3d85c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Collection of Models/Functions/APIs in hyko"

[tool.poetry.dependencies]
python = "^3.11.6"
hyko_sdk = {git = "https://github.com/BIGmama-technology/Hyko-sdk.git", branch = "main"}
hyko_sdk = {git = "https://github.com/BIGmama-technology/Hyko-sdk.git", branch = "62-purge-registry"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"
Expand Down
6 changes: 0 additions & 6 deletions scripts/toolkit_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ def parse_args(args: list[str]) -> argparse.Namespace:
directories = args.dir
host = args.host

print("login to registry")
subprocess.run(
f"docker login registry.{host} -u {USERNAME} -p {PASSWORD}".split(" "),
check=True,
)

dockerfiles = os.listdir("./common_dockerfiles")
for file in dockerfiles:
image = file.removesuffix(".Dockerfile")
Expand Down

0 comments on commit 8b3d85c

Please sign in to comment.