mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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
|
||||
ls "${CLIENT_REPO}" | { grep -v '_tmp' || true; } | xargs rm -rf
|
||||
mv "${CLIENT_REPO_TEMP}"/* "${CLIENT_REPO}"
|
||||
git checkout HEAD -- $(find "${CLIENT_REPO}" -name BUILD)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user