explicity use git add

pull/10637/head
Sharif Elgamal 2021-02-26 09:44:54 -08:00
parent 4c59401121
commit 1306f1cc5b
1 changed files with 2 additions and 1 deletions

View File

@ -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 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 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 remote add minikube-bot git@github.com:minikube-bot/minikube.git
git push -f minikube-bot ${branch} git push -f minikube-bot ${branch}