提交 1306f1cc 编写于 作者: S Sharif Elgamal

explicity use git add

上级 4c594011
......@@ -120,7 +120,8 @@ else
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 commit -am "Update kicbase to ${KIC_VERSION}"
git add pkg/drivers/kic/types.go site/content/en/docs/commands/start.md
git commit -m "Update kicbase to ${KIC_VERSION}"
git remote add minikube-bot git@github.com:minikube-bot/minikube.git
git push -f minikube-bot ${branch}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册