Skip to content

Commit

Permalink
grabbranch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 12, 2024
1 parent e6930a3 commit 1aa03fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dockstore_api/fetch_dockstore_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def fetch_commit_id(token, repository, version_name):
if not commit_id:
raise ValueError("Commit ID could not be found.")

print(f"Dockstore Commit ID: {commit_id}")
return commit_id

if __name__ == "__main__":
Expand Down

0 comments on commit 1aa03fc

Please sign in to comment.