From cc331fda3ceb029cc76dd1da7d2c0f77be4c04da Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 20 May 2025 16:18:18 +0000 Subject: [PATCH] Revert "ci: clean untracked files before running `postUpgradeTasks` (#61494)" (#61529) This reverts commit da6aceef1807880c760184ae16251364808f0911 as the issue was resolved upstream. PR Close #61529 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e3a977311cf..0f92268d8e7 100644 --- a/renovate.json +++ b/renovate.json @@ -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",