Skip to content

Commit 5caa09a

Browse files
committed
Remove v1alpha1 references from build.sh
Signed-off-by: Josh Pinkney <[email protected]>
1 parent 91b26e4 commit 5caa09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ generator/build/generator "interfaces" "paths=./pkg/apis/workspaces/v1alpha2"
5151

5252
echo "Generating K8S CRDs"
5353

54-
generator/build/generator "crds" "output:crds:artifacts:config=crds" "paths=./pkg/apis/workspaces/v1alpha2;./pkg/apis/workspaces/v1alpha1"
54+
generator/build/generator "crds" "output:crds:artifacts:config=crds" "paths=./pkg/apis/workspaces/v1alpha2;"
5555

5656
echo "Generating DeepCopy implementations"
5757

58-
generator/build/generator "deepcopy" "paths=./pkg/apis/workspaces/v1alpha2;./pkg/apis/workspaces/v1alpha1"
58+
generator/build/generator "deepcopy" "paths=./pkg/apis/workspaces/v1alpha2;"
5959

6060
echo "Generating JsonSchemas"
6161

0 commit comments

Comments
 (0)