mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +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
|
rm kyaml/internal/forked/github.com/go-yaml/yaml/go.mod
|
||||||
git commit --all -m "Internalize forked code"
|
git commit --all -m "Internalize forked code"
|
||||||
|
|
||||||
explain "Cherry-picking the commits from our test fixes in Kustomize PR"
|
# This is only necessary in the initial forking of the code
|
||||||
cherry-pick https://github.com/kubernetes-sigs/kustomize $KUSTOMIZE_PR
|
# explain "Cherry-picking the commits from our test fixes in Kustomize PR"
|
||||||
|
# cherry-pick https://github.com/kubernetes-sigs/kustomize $KUSTOMIZE_PR
|
||||||
|
|
||||||
explain "SUCCEEDED."
|
explain "SUCCEEDED."
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ type Node = yaml.Node
|
|||||||
type Style = yaml.Style
|
type Style = yaml.Style
|
||||||
type TypeError = yaml.TypeError
|
type TypeError = yaml.TypeError
|
||||||
type Unmarshaler = yaml.Unmarshaler
|
type Unmarshaler = yaml.Unmarshaler
|
||||||
|
|
||||||
var Marshal = func(in interface{}) ([]byte, error) {
|
var Marshal = func(in interface{}) ([]byte, error) {
|
||||||
var buf bytes.Buffer
|
var buf bytes.Buffer
|
||||||
err := NewEncoder(&buf).Encode(in)
|
err := NewEncoder(&buf).Encode(in)
|
||||||
|
|||||||
Reference in New Issue
Block a user