mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Remove target package from exposed API.
This commit is contained in:
@@ -45,7 +45,7 @@ function runUnitTests {
|
||||
|
||||
# Requires helm.
|
||||
make $(go env GOPATH)/bin/helm
|
||||
(cd api; go test -v sigs.k8s.io/kustomize/api/target \
|
||||
(cd api; go test -v sigs.k8s.io/kustomize/api/internal/target \
|
||||
-run TestChartInflatorPlugin -tags=notravis)
|
||||
(cd plugin/someteam.example.com/v1/chartinflator;
|
||||
go test -v . -run TestChartInflator -tags=notravis)
|
||||
|
||||
Reference in New Issue
Block a user