Skip to content

Commit 0ed581f

Browse files
committed
remove v1alpha1 from schemas path to avoid confusion that it's taken into account
1 parent f78ab9d commit 0ed581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ generator/build/generator "deepcopy" "paths=./pkg/apis/workspaces/v1alpha2;./pkg
5959

6060
echo "Generating JsonSchemas"
6161

62-
generator/build/generator "schemas" "output:schemas:artifacts:config=schemas" "paths=./pkg/apis/workspaces/v1alpha2;./pkg/apis/workspaces/v1alpha1"
62+
generator/build/generator "schemas" "output:schemas:artifacts:config=schemas" "paths=./pkg/apis/workspaces/v1alpha2"
6363

6464
echo "Finished generation of required GO sources, K8S CRDs, and Json Schemas"

0 commit comments

Comments
 (0)