Skip to content

Commit b5a3609

Browse files
alan-agius4devversion
authored andcommitted
Revert "ci: clean untracked files before running postUpgradeTasks"
This reverts commit 392eb39 as the issue was addressed upstream.
1 parent 8c58e2c commit b5a3609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44

55
"postUpgradeTasks": {
6-
"commands": ["git clean -f", "yarn install --immutable", "yarn update-generated-files"],
6+
"commands": [
7+
"yarn install --immutable",
8+
"yarn update-generated-files"
9+
],
710
"executionMode": "branch"
811
},
912

0 commit comments

Comments
 (0)