We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d056dc + 94b688e commit e30ddd3Copy full SHA for e30ddd3
scripts/ci-build-kubernetes.sh
@@ -73,6 +73,9 @@ setup() {
73
# ref: https://github.com/kubernetes/kubernetes/blob/5491484aa91fd09a01a68042e7674bc24d42687a/build/lib/release.sh#L345-L346
74
export IMAGE_TAG="${KUBE_GIT_VERSION/+/_}"
75
echo "using IMAGE_TAG=${IMAGE_TAG}"
76
+ local git=(git --work-tree "${KUBE_ROOT}")
77
+ "${git[@]}" log -n 1
78
+ "${git[@]}" diff HEAD^ HEAD
79
}
80
81
main() {
0 commit comments