Skip to content

Commit

Permalink
Add final changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Feb 22, 2024
1 parent 0a6f223 commit 7a27c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/validateArtifacts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ void call(Map args = [:]) {
args.osd_build_number ? "--osd-build-number ${args.osd_build_number}" : "",
args.artifact_type ? "--artifact-type ${args.artifact_type}" : "",
args.allow_http ? '--allow-http' : "",
args.docker_args ? "${args.docker_args}" : "",
args.docker_args ? "--${args.docker_args}" : "",
].join(' ').trim())
}

0 comments on commit 7a27c6f

Please sign in to comment.