Skip to content

Commit

Permalink
Tweak libs
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 5, 2024
1 parent 8d9ca56 commit 099b028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/createUploadTestReportManifest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def call(Map args = [:]) {
"--test-run-id ${testRunID}",
"--test-type ${testType}",
"--base-path ${basePath}",
isNullOrEmpty(rcNumber)? "" : "--release-candidate ${rcNumber}",
isNullOrEmpty(component)? "" : "--component ${component}",
isNullOrEmpty(rcNumber) ? "" : "--release-candidate ${rcNumber}",
isNullOrEmpty(component) ? "" : "--component ${component}",
].join(' ')

echo "Run command: " + reportCommand
Expand Down

0 comments on commit 099b028

Please sign in to comment.