Skip to content

Commit 5aeaae6

Browse files
Nits review
1 parent b5eb0af commit 5aeaae6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hack/generate/gen-test-framework.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ trap_add 'rm -rf $DOCKERFILE go.mod go.sum' EXIT
2525
operator-sdk generate k8s
2626
operator-sdk generate openapi
2727

28-
# The following file is gen by openapi but it has not been commited in order to allow we clone and call the test locally in any path.
29-
trap_add 'rm -rf pkg/apis/cache/v1alpha1/zz_generated.openapi.go' EXIT
28+
# TODO(camilamacedo86): remove this when the openapi gen be set to false and it no longer is generated
29+
# The following file is gen by openapi but it has not been committed in order to allow we clone and call the test locally in any path.
30+
trap_add 'rm pkg/apis/cache/v1alpha1/zz_generated.openapi.go' EXIT

0 commit comments

Comments
 (0)