Revert "ci: clean untracked files before running postUpgradeTasks (#61494)" (#61529)

This reverts commit da6aceef18 as the
issue was resolved upstream.

PR Close #61529
This commit is contained in:
Alan Agius 2025-05-20 16:18:18 +00:00 committed by Jessica Janiuk
parent f1f37896c5
commit cc331fda3c

View file

@ -4,7 +4,7 @@
"baseBranches": ["main", "20.0.x"],
"postUpgradeTasks": {
"commands": [
"git clean -f && git restore .yarn/releases/yarn-1.22.22.cjs pnpm-lock.yaml .npmrc",
"git restore .yarn/releases/yarn-1.22.22.cjs pnpm-lock.yaml .npmrc",
"yarn install --frozen-lockfile --non-interactive",
"yarn bazel sync --only=repo || true",
"yarn bazel run //.github/actions/deploy-docs-site:main.update",