Skip to content

Commit

Permalink
[Test] Fix check_os_package_minio() for rocky8
Browse files Browse the repository at this point in the history
Signed-off-by: panyintian.fu <[email protected]>
  • Loading branch information
panyintian.fu committed Nov 4, 2024
1 parent 0c387be commit 37a960d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/resouce_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ function resource::import_os_package_minio(){
#####################################
# when the imported os package is centos7
function resource::check_os_package_minio(){
file_list=( "${MINIO_URL}/kubean/centos/7/os/aarch64/repodata/repomd.xml" \
"${MINIO_URL}/kubean/centos/7/os/x86_64/repodata/repomd.xml" \
"${MINIO_URL}/kubean/centos/7/os/packages.list" \
"${MINIO_URL}/kubean/centos/7/os/packages.yml" \
file_list=( "${MINIO_URL}/kubean/rocky/8/os/aarch64/repodata/repomd.xml" \
"${MINIO_URL}/kubean/rocky/8/os/x86_64/repodata/repomd.xml" \
"${MINIO_URL}/kubean/rocky/8/os/packages.list" \
"${MINIO_URL}/kubean/rocky/8/os/packages.yml" \
)
resource::check_files_url_exist "${file_list[@]}"
}
Expand Down

0 comments on commit 37a960d

Please sign in to comment.