revert 'fix kyaml issue with multiline scalars'

This commit is contained in:
Natasha Sarkar
2021-07-15 14:24:39 -07:00
parent 0537b59f27
commit e17785af21
7 changed files with 19 additions and 75 deletions

View File

@@ -23,7 +23,7 @@ export GOYAML_SHA=$1
export GOYAML_REF="goyaml-$GOYAML_SHA"
# The PRs we need to cherry-pick onto the above commit
declare -r GO_YAML_PRS=(753 766)
declare -r GO_YAML_PRS=(753)
REPO_ROOT=$(git rev-parse --show-toplevel)
declare -r REPO_ROOT