1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules
Colin Walters 23656cd5e4 Add explicit ref: "master" to various sample builds
As I understand it, `master` is the implicit default on the API
side.  But there's been an effort to use `main` or other names,
xref https://sfconservancy.org/news/2020/jun/23/gitbranchname/

The client will clone the default branch, but this can cause
problems around things like webhooks because the build API object
is still watching for the implicit `master`.

Make this explicit, in the hopes that people know to change it
to `main` when they need to.
2022-05-18 15:39:08 +00:00
..