mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
run update-bazel.sh at the end of DRY_RUN=n copy.sh
This commit is contained in:
parent
f96b187fcb
commit
4eb5498bc7
@ -232,4 +232,5 @@ echo "move to the client repo"
|
|||||||
if [ "${DRY_RUN}" = false ]; then
|
if [ "${DRY_RUN}" = false ]; then
|
||||||
ls "${CLIENT_REPO}" | { grep -v '_tmp' || true; } | xargs rm -rf
|
ls "${CLIENT_REPO}" | { grep -v '_tmp' || true; } | xargs rm -rf
|
||||||
mv "${CLIENT_REPO_TEMP}"/* "${CLIENT_REPO}"
|
mv "${CLIENT_REPO_TEMP}"/* "${CLIENT_REPO}"
|
||||||
|
git checkout HEAD -- $(find "${CLIENT_REPO}" -name BUILD)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user