mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Fix broken Makefiles.
This commit is contained in:
@@ -5,8 +5,21 @@
|
||||
set -e
|
||||
|
||||
# run all tests for kyaml and related commands
|
||||
targets="kyaml cmd/config cmd/kubectl functions/examples/injection-tshirt-sizes functions/examples/template-go-nginx functions/examples/template-heredoc-cockroachdb functions/examples/validator-kubeval functions/examples/validator-resource-requests functions/examples/application-cr"
|
||||
|
||||
targets="
|
||||
kyaml
|
||||
cmd/config
|
||||
cmd/kubectl
|
||||
functions/examples/injection-tshirt-sizes
|
||||
functions/examples/template-go-nginx
|
||||
functions/examples/template-heredoc-cockroachdb
|
||||
functions/examples/validator-kubeval
|
||||
functions/examples/validator-resource-requests
|
||||
functions/examples/application-cr
|
||||
"
|
||||
|
||||
for target in $targets; do
|
||||
echo "----- Making $target -----"
|
||||
pushd .
|
||||
cd $target
|
||||
make all
|
||||
|
||||
Reference in New Issue
Block a user