Skip to content

Commit

Permalink
Update baremetal-regression-suite.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ProCodec <[email protected]>
  • Loading branch information
error9098x authored Jan 30, 2024
1 parent 3d29435 commit 5393086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
print('Latest version is a new minor. Setting previous version to latest version')
previousVersion = latestVersion
else:
previousVersion = [latestVersion[0], latestVersion[1], latestVersion[2] - 2]
previousVersion = [latestVersion[0], latestVersion[1], int(latestVersion[2]) - 2]
previousVersionStr = ".".join(map(str, previousVersion))
previousVersionURL = 'https://cdn.hpccsystems.com/releases/CE-Candidate-' + previousVersionStr \
+ '/bin/platform/hpccsystems-platform-community_' + previousVersionStr + '-1jammy_amd64_withsymbols.deb'
Expand Down

0 comments on commit 5393086

Please sign in to comment.