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 5e590b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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-413-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 All @@ -93,7 +95,7 @@ prepare_repos() {
awk '/rhel-9-server-ose-4.14/,/^$/' "src/config/tmp.repo" > "src/config/ocp90.repo"
cat src/config/ocp90.repo
rm "src/config/tmp.repo"
;;
;;/
esac
}

Expand Down

0 comments on commit 5e590b7

Please sign in to comment.