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

generate-docs on kicbase release
pull/10623/head
Sharif Elgamal 2021-02-25 12:54:00 -08:00 committed by GitHub
commit 4e4cba0ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}"