mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Comment out part of script that is likely only needed on first run
This commit is contained in:
@@ -99,8 +99,9 @@ find kyaml/internal/forked/github.com/go-yaml/yaml -name "*.go" -type f | xargs
|
||||
rm kyaml/internal/forked/github.com/go-yaml/yaml/go.mod
|
||||
git commit --all -m "Internalize forked code"
|
||||
|
||||
explain "Cherry-picking the commits from our test fixes in Kustomize PR"
|
||||
cherry-pick https://github.com/kubernetes-sigs/kustomize $KUSTOMIZE_PR
|
||||
# This is only necessary in the initial forking of the code
|
||||
# explain "Cherry-picking the commits from our test fixes in Kustomize PR"
|
||||
# cherry-pick https://github.com/kubernetes-sigs/kustomize $KUSTOMIZE_PR
|
||||
|
||||
explain "SUCCEEDED."
|
||||
exit 0
|
||||
|
||||
@@ -30,6 +30,7 @@ type Node = yaml.Node
|
||||
type Style = yaml.Style
|
||||
type TypeError = yaml.TypeError
|
||||
type Unmarshaler = yaml.Unmarshaler
|
||||
|
||||
var Marshal = func(in interface{}) ([]byte, error) {
|
||||
var buf bytes.Buffer
|
||||
err := NewEncoder(&buf).Encode(in)
|
||||
|
||||
Reference in New Issue
Block a user