Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced committed Feb 28, 2025
1 parent 2272617 commit f591833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flyteidl/generate_mocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e
set -x

mockery-v2 --dir=gen/pb-go/flyteidl/service/ --all --output=clients/go/admin/mocks --with-expecter
mockery-v2 --dir=gen/pb-go/flyteidl/datacatalog/ --name=DataCatalogClient --output=clients/go/datacatalog/mocks --with-expecter
mockery-v2 --dir=gen/pb-go/flyteidl/cacheservice/ --name=CacheServiceClient --output=clients/go/cacheservice/mocks --with-expecter
mockery --dir=gen/pb-go/flyteidl/service/ --all --output=clients/go/admin/mocks --with-expecter
mockery --dir=gen/pb-go/flyteidl/datacatalog/ --name=DataCatalogClient --output=clients/go/datacatalog/mocks --with-expecter
mockery --dir=gen/pb-go/flyteidl/cacheservice/ --name=CacheServiceClient --output=clients/go/cacheservice/mocks --with-expecter

0 comments on commit f591833

Please sign in to comment.