redhat-openshift-ecosystem/operator-certification-operator

operatorPipelinesRelease from the CR is ignored

acornett21 opened this issue · 0 comments

Bug Description

We expose the value of operatorPipelinesRelease in the CR and this value is ignored when cloning the repo into the container, or on disk when running locally.

Version and Command Invocation

main

Steps to Reproduce:

  1. Run the operator
  2. Change main in the CR to another branch

Expected Result

I would expect the operator checks out the branch specified in the CR.

Actual Result

The operator always pulls head/main

Additional Context

n/a