Skip to content

Commit

Permalink
Merge pull request #189 from lkuchlan/image-index
Browse files Browse the repository at this point in the history
Add the index [image_index] to the TEMPEST_EXTRA_IMAGES_URL array
  • Loading branch information
openshift-merge-bot[bot] authored Jul 24, 2024
2 parents ef4699f + 15f57d5 commit ccc2d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/tcib/base/os/tempest/run_tempest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function upload_extra_images {
image_create_params=()

[[ ! -f "${TEMPEST_EXTRA_IMAGES_NAME[image_index]}" ]] && \
sudo curl -o "${TEMPEST_EXTRA_IMAGES_NAME[image_index]}" "${TEMPEST_EXTRA_IMAGES_URL}"
sudo curl -o "${TEMPEST_EXTRA_IMAGES_NAME[image_index]}" "${TEMPEST_EXTRA_IMAGES_URL[image_index]}"

[[ ${TEMPEST_EXTRA_IMAGES_DISK_FORMAT[image_index]} != "-" ]] && \
image_create_params+=(--disk-format ${TEMPEST_EXTRA_IMAGES_DISK_FORMAT[image_index]})
Expand Down

0 comments on commit ccc2d88

Please sign in to comment.