mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 06:25:20 +00:00
8 lines
63 B
Bash
Executable File
8 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd kyaml
|
|
make all
|
|
|
|
cd ../cmd/kyaml
|
|
make all |