run update-bazel.sh at the end of DRY_RUN=n copy.sh

This commit is contained in:
Mike Danese 2017-04-17 10:43:53 -07:00
parent f96b187fcb
commit 4eb5498bc7

View File

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