Skip to content

Commit

Permalink
remove kustomize and controller-gen from ci integration test script
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Aug 29, 2023
1 parent ff11084 commit 3421ec9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/openshift_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export IMG=${REGISTRY_OPERATOR}
go mod tidy
go mod vendor

# Make sure kustomize and controller-gen are installed before running the tests
# ToDo: Remove later, should not be required.
make kustomize
make controller-gen
# need to have cert-manager installed to run tests
make install-cert
# wait one minute for cert manager to get set up
Expand Down

0 comments on commit 3421ec9

Please sign in to comment.