Skip to content

Commit

Permalink
Update generate_testdata.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock authored Dec 4, 2020
1 parent f91b017 commit 222b19c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate_testdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ scaffold_test_project() {
header_text 'initializing project-v2-addon ...'
$kb init --project-version $version --domain testproject.org --license apache2 --owner "The Kubernetes authors"

# pin the version of the declarative pattern to make tests pass
go get sigs.k8s.io/kubebuilder-declarative-pattern@v0.0.0-20200317144824-bbf1fb2a4a9a

header_text 'enableling --pattern flag ...'
export KUBEBUILDER_ENABLE_PLUGINS=1
header_text 'Creating APIs ...'
Expand Down

0 comments on commit 222b19c

Please sign in to comment.