未验证 提交 4e4cba0c 编写于 作者: S Sharif Elgamal 提交者: GitHub

Merge pull request #10621 from sharifelgamal/fix-kic-release

generate-docs on kicbase release
......@@ -118,6 +118,7 @@ else
git checkout -b ${branch}
sed -i "s|Version = .*|Version = \"${KIC_VERSION}\"|;s|baseImageSHA = .*|baseImageSHA = \"${sha}\"|;s|gcrRepo = .*|gcrRepo = \"${GCR_REPO}\"|;s|dockerhubRepo = .*|dockerhubRepo = \"${DH_REPO}\"|" pkg/drivers/kic/types.go
make generate-docs
git add -A
git commit -m "Update kicbase to ${KIC_VERSION}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册