Merge pull request #44568 from mikedanese/fix-staging

Automatic merge from submit-queue (batch tested with PRs 40055, 42085, 44509, 44568, 43956)

revert BUILD changes at the end of DRY_RUN=n copy.sh

Fixes https://github.com/kubernetes/kubernetes/issues/44567

cc @caesarxuchao @ixdy @spxtr
pull/6/head
Kubernetes Submit Queue 2017-04-17 15:39:11 -07:00 committed by GitHub
commit f40fafe755
1 changed files with 1 additions and 0 deletions

View File

@ -234,4 +234,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