Skip to content

Commit

Permalink
Wrong mock file name (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Jun 14, 2019
1 parent 69d097e commit 8970cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mockgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mockgen -package mock -destination pkg/mock/v1alpha2/api/suggestion.go github.co
echo "Generating v1alpha2 KatibDBInterface..."
mockgen -package mock -destination pkg/mock/v1alpha2/db/db.go github.com/kubeflow/katib/pkg/db/v1alpha2 KatibDBInterface
echo "Generating v1alpha2 Generator..."
mockgen -package mock -destination pkg/mock/v1alpha2/experiment/manifest/producer.go github.com/kubeflow/katib/pkg/controller/v1alpha2/experiment/manifest Generator
mockgen -package mock -destination pkg/mock/v1alpha2/experiment/manifest/generator.go github.com/kubeflow/katib/pkg/controller/v1alpha2/experiment/manifest Generator
echo "Generating v1alpha2 KatibClient..."
mockgen -package mock -destination pkg/mock/v1alpha2/util/katibclient/katibclient.go github.com/kubeflow/katib/pkg/util/v1alpha2/katibclient Client
echo "Generating v1alpha2 ManagerClient in Trial Controller..."
Expand Down

0 comments on commit 8970cdf

Please sign in to comment.