Skip to content

Commit 222b19c

Browse files
authored
Update generate_testdata.sh
1 parent f91b017 commit 222b19c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate_testdata.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ scaffold_test_project() {
103103
header_text 'initializing project-v2-addon ...'
104104
$kb init --project-version $version --domain testproject.org --license apache2 --owner "The Kubernetes authors"
105105

106+
# pin the version of the declarative pattern to make tests pass
107+
go get sigs.k8s.io/kubebuilder-declarative-pattern@v0.0.0-20200317144824-bbf1fb2a4a9a
108+
106109
header_text 'enableling --pattern flag ...'
107110
export KUBEBUILDER_ENABLE_PLUGINS=1
108111
header_text 'Creating APIs ...'

0 commit comments

Comments
 (0)