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 783e4ea commit c7f6f2fCopy full SHA for c7f6f2f
.github/workflows/e2e_tests.yaml
@@ -85,7 +85,6 @@ jobs:
85
86
echo Setting up CodeFlare stack
87
make setup-e2e
88
- make defaults manifests fmt vet
89
90
cd ..
91
Makefile
@@ -383,4 +383,4 @@ verify-imports: openshift-goimports ## Run import verifications.
383
384
.PHONY: scorecard-bundle
385
scorecard-bundle: install-operator-sdk ## Run scorecard tests on bundle image.
386
- $(OPERATOR_SDK) scorecard bundle
+ $(OPERATOR_SDK) scorecard bundle
0 commit comments