We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7ed1e commit 81ddb30Copy full SHA for 81ddb30
ci/prow-rhcos.sh
@@ -8,6 +8,7 @@ set -xeuo pipefail
8
BRANCH=${OPENSHIFT_BUILD_REFERENCE:-${PULL_BASE_REF:-main}}
9
case ${BRANCH} in
10
main) REPO=https://github.com/coreos/rhel-coreos-config; RHCOS_BRANCH=main;;
11
+ rhel-*) REPO=https://github.com/coreos/rhel-coreos-config; RHCOS_BRANCH=${BRANCH};;
12
rhcos-*) REPO=https://github.com/openshift/os; RHCOS_BRANCH=release-${BRANCH#rhcos-};;
13
*) echo "Unhandled base ref: ${BRANCH}" 1>&2 && exit 1;;
14
esac
0 commit comments