You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"WARNING: Failed to clone the sdn repository for the branch '${OCP_BRANCH}'. Using the main branch as a fallback."
113
+
git_clone_repo "${repo_url}" main "${repo}"
114
+
fi
115
+
110
116
# This is a special case because the 4.17 image is not available in the registry
111
117
# for the ARM64 platform, so we use the 4.19 image instead.
112
118
sed -i 's|^FROM registry.ci.openshift.org/ocp/builder.*|FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.19 AS builder|'"${dockerfile_path}"
0 commit comments