Commit 497ee4e
committed
feat: run git pull on all repos when workspacePath doesn't match
Addresses feedback from @cte in PR #5344 comment:
#5344 (comment)
When the workspacePath doesn't exactly match a repo path, we now run
git pull on all configured repos instead of just the workspace directory.
This ensures all repositories are up to date regardless of the workspace
location.
Changes:
- Modified runTask function to iterate through all REPO_CONFIGS when no exact match is found
- Added REPO_CONFIGS to imports from repoConfig module
- Enhanced logging to indicate when pulling all repos vs single repo1 parent 58cc547 commit 497ee4e
1 file changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
0 commit comments