Skip to content

Commit dbef6c1

Browse files
committed
hack disable v1beta2 api
1 parent 893e9e7 commit dbef6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-tools/prow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ list_api_groups () (
564564
echo ' "api/ga": "true"'
565565
echo ' "storage.k8s.io/v1alpha1": "true"'
566566
echo ' "storage.k8s.io/v1beta1": "true"'
567-
echo ' "storage.k8s.io/v1beta2": "true"'
567+
# echo ' "storage.k8s.io/v1beta2": "true"'
568568
fi
569569

570570
# Ignore: Double quote to prevent globbing and word splitting.

0 commit comments

Comments
 (0)