Skip to content

Commit

Permalink
debug: print
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 23, 2024
1 parent 417ab20 commit 7c80419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kind-cluster/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def run_command(command):
def main():
img_tag = os.environ.get("IMAGE_TAG", "0.0.1")
model = os.environ.get("MODEL", None)
print(model, type(model))
assert model
model_name = model["name"]
job_names = []
Expand Down

0 comments on commit 7c80419

Please sign in to comment.