Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmcmu committed Jan 9, 2024
1 parent b221631 commit 0008896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
branch_name = os.environ['BRANCH_NAME']
print("Branch Name: " + branch_name)
latestVersion = getLatestBranchVersion(branch_name)
latestVersion = ".".join(map(str, getLatestBranchVersion(branch_name)))
latestVersionURL = 'https://cdn.hpccsystems.com/releases/CE-Candidate-' + latestVersion + '/bin/platform/hpccsystems-platform-community_' + latestVersion + '-1jammy_amd64_withsymbols.deb'
# Return latest version
Expand Down

0 comments on commit 0008896

Please sign in to comment.