mirror of https://github.com/istio/istio.io.git
Fixup master branch post 1.20 branch cut (#14153)
* Fixup master branch post 1.20 branch cut * fix script * Fix .spelling rebase * Run make format-spelling * Use script from gencheck failure
This commit is contained in:
parent
cc163586b8
commit
3ebacafbc6
|
@ -95,7 +95,7 @@ archive_old_release() {
|
||||||
s/^archive_search_refinement: .*$/archive_search_refinement: \"V${PREV_MINOR}\"/
|
s/^archive_search_refinement: .*$/archive_search_refinement: \"V${PREV_MINOR}\"/
|
||||||
" data/args.yml
|
" data/args.yml
|
||||||
|
|
||||||
sed -i "s/^disableAliases = true$/disableAliases = false/" config.toml
|
sed -i "s/^disableAliases = true$/disableAliases = false/" hugo.toml
|
||||||
|
|
||||||
if [[ $(git status --porcelain) ]]; then # for idempotence
|
if [[ $(git status --porcelain) ]]; then # for idempotence
|
||||||
git add -u
|
git add -u
|
||||||
|
|
Loading…
Reference in New Issue