Commit 2e73660
committed
ci: fix check-generated job paths for monorepo layout
The check-generated job's skill/docs-section verification steps still
referenced pre-move root-relative paths (plugins/, README.md,
DEVELOPMENT.md, docs/src/content/docs/*). After the packages/cli +
apps/cli-docs move those paths no longer exist, so `git diff --quiet
<nonexistent-path>` exits 128 (fatal), failing the "Validate generated
files" check even though the committed generated content is current.
Repoint all three references (check-skill, check-sections,
auto-commit) to:
- packages/cli/plugins/sentry-cli/skills/sentry-cli/
- packages/cli/README.md, packages/cli/DEVELOPMENT.md
- apps/cli-docs/src/content/docs/{contributing.md,self-hosted.md,getting-started.mdx}
Verified: `pnpm --filter sentry run generate:schema && generate:docs`
produces no diff against the committed files, and the git diff --quiet
commands now exit 0 instead of 128.1 parent 31ce517 commit 2e73660
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments