File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ GITEA_USER=$(oc extract -n vp-gitea secret/gitea-admin-secret --to=- --keys=user
6767GITEA_PASS=$( oc extract -n vp-gitea secret/gitea-admin-secret --to=- --keys=password 2> /dev/null)
6868echo " Got gitea credentials"
6969
70- UPSTREAM_REPO=$( oc get patterns -n openshift-operators -o yaml | yq ' .items[0].spec.gitSpec.originRepo' )
70+ UPSTREAM_REPO=$( oc get patterns -n patterns-operator -o yaml | yq ' .items[0].spec.gitSpec.originRepo' )
7171REPO_NAME=$( basename " ${UPSTREAM_REPO} " )
72- GITEA_REPO=$( oc get patterns -n openshift-operators -o yaml | yq ' .items[0].spec.gitSpec.targetRepo' )
72+ GITEA_REPO=$( oc get patterns -n patterns-operator -o yaml | yq ' .items[0].spec.gitSpec.targetRepo' )
7373GITEA_ROUTE=$( oc get routes -n vp-gitea gitea-route -o yaml | yq ' .spec.host' )
7474
7575if [ -z " ${REPO_NAME} " ]; then
You can’t perform that action at this time.
0 commit comments