fix verify_artifact call to verify_rpm (#21894)

pull/21899/head
John Maguire 2024-10-30 15:50:19 -04:00 committed by GitHub
parent 75a36ac9b5
commit 703641c0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ function verify_rpm {
${docker_image} \
/scripts/verify_rpm.sh \
"/workdir/${artifact_path}" \
"${expect_version}"
"${expect_version}" \
"${docker_image}"
}
# Arguments: