mirror of https://github.com/istio/istio.io.git
Missing make gen during branch cut (update links in snips.sh) (#8933)
* Missing make gen during branch cut (update links in snips.sh) * Move make gen to master brnch updates
This commit is contained in:
parent
8140906812
commit
16896d87f9
|
@ -166,7 +166,7 @@ advance_master_to_next_release() {
|
|||
" data/args.yml
|
||||
|
||||
sed -i "s/^SOURCE_BRANCH_NAME ?=.*$/SOURCE_BRANCH_NAME ?= ${MASTER}/" Makefile.core.mk
|
||||
make update_all
|
||||
make update_all gen
|
||||
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
git add -A
|
||||
|
|
Loading…
Reference in New Issue