From 4eb5498bc7ba00e575c4dcc74ac77db33f02e8a3 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Mon, 17 Apr 2017 10:43:53 -0700 Subject: [PATCH] run update-bazel.sh at the end of DRY_RUN=n copy.sh --- staging/copy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/copy.sh b/staging/copy.sh index 56f87107c41..6db1cc3338d 100755 --- a/staging/copy.sh +++ b/staging/copy.sh @@ -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