mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
ignore base.go
This commit is contained in:
parent
6d9e2afeda
commit
19fc6a5d21
@ -223,8 +223,9 @@ rm -rf "${CLIENT_REPO_TEMP}/staging"
|
|||||||
|
|
||||||
if [ "${FAIL_ON_CHANGES}" = true ]; then
|
if [ "${FAIL_ON_CHANGES}" = true ]; then
|
||||||
echo "running FAIL_ON_CHANGES"
|
echo "running FAIL_ON_CHANGES"
|
||||||
ret=0
|
# ignore base.go in diff
|
||||||
if diff --ignore-matching-lines='^\s*\"Comment\"' -NauprB -I "GoVersion.*\|GodepVersion.*" "${CLIENT_REPO}" "${CLIENT_REPO_TEMP}"; then
|
cp "${CLIENT_REPO}/pkg/version/base.go" "${CLIENT_REPO_TEMP}/pkg/version/"
|
||||||
|
if diff -NauprB -I '^\s*\"Comment\"' -I "GoVersion.*\|GodepVersion.*" "${CLIENT_REPO}" "${CLIENT_REPO_TEMP}"; then
|
||||||
echo "${CLIENT_REPO} up to date."
|
echo "${CLIENT_REPO} up to date."
|
||||||
cleanup
|
cleanup
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user