run update-bazel.sh at the end of DRY_RUN=n copy.sh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user