Skip to content

Commit

Permalink
prow: Also pull in 4.13 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 20, 2023
1 parent ee85017 commit c0ca55d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ prepare_repos() {
case "${rhelver}" in
92)
curl --fail -L "http://base-${ocpver_mut}-rhel${rhelver}.ocp.svc.cluster.local" -o "src/config/ocp.repo"
cat src/config/ocp.repo
# Work around podman not being built in 4.14
curl --fail -L "http://base-4-13-rhel${rhelver}.ocp.svc.cluster.local" -o "src/config/ocp-prev.repo"
cat src/config/ocp{,-prev}.repo
;;
*)
# Assume C9S/SCOS if the version does not match known values for RHEL
Expand Down

0 comments on commit c0ca55d

Please sign in to comment.