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
This goes together with Jonathan's commit in
openshift/os#1498 titled "build-node-image.sh:
include yum repos from git as part of build".
There's no point in adding the repo files already in the git repo into
the secret; the node and extension builds already have access to those.
So we'd just be duplicating them.
Another way to think of this is that the secret injection we do here
should be considered equivalent to `get-ocp-repo.sh` in OpenShift CI in
terms of what repos get injected.
0 commit comments