Skip to content

Commit

Permalink
update config methodVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 20, 2024
1 parent c4e57a1 commit d758cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/firecloud_api/firecloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ def upload_test_inputs(self, pipeline_name, test_inputs, branch_name):
# update the config with the new branch name
print(f"Updating methodVersion with branch name: {branch_name}")
config["methodRepoMethod"]["methodVersion"] = branch_name

# Increment the methodConfigVersion
config["methodConfigVersion"] += 1 # Increment version number by 1
print(f"Updated method configuration: {config}")


Expand Down

0 comments on commit d758cbb

Please sign in to comment.