Skip to content

Commit

Permalink
👻 Release tooling bug in variable name (konveyor#221)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <david.j.zager@gmail.com>
  • Loading branch information
djzager authored May 10, 2023
1 parent 51f690b commit 453851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/konveyor-operator-publish-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CSV="konveyor-operator.clusterserviceversion.yaml"
echo ${QUAY_TOKEN} | docker login ${REGISTRY_HOST} -u ${QUAY_ROBOT} --password-stdin

CO_PROJECT="community-operators-prod"
CO_PROJECT_K8s="community-operators"
CO_PROJECT_K8S="community-operators"
CO_REPO="redhat-openshift-ecosystem/${CO_PROJECT}"
CO_REPO_K8S="k8s-operatorhub/${CO_PROJECT_K8S}"
CO_GIT="https://github.com/${CO_REPO}.git"
Expand Down

0 comments on commit 453851a

Please sign in to comment.