Commit 73c7c3b
fix(ci): helm-push downloads flat cdk8s dist (drop fatal **/* glob) (#1607)
helm-push failed deterministically on every main build (6007: "no artifacts
found for downloading"). verify uploads the cdk8s synth as FLAT files
(dist/<chart>.k8s.yaml — 32 of them). helm-push's first download was
`dist/**/*`, whose `**/*` needs a subdirectory segment, so it matched none of
the flat files; buildkite-agent treats "no artifacts found" as fatal and killed
the step before the `dist/*` download (which does match) ever ran.
Drop the fatal `dist/**/*` line; `dist/*` retrieves the flat synth output.
(The `sjer.red/dist/**/*` download elsewhere is fine — that dist has nested
`_astro/` subdirs, so it matches.)
Co-authored-by: CI Bot <ci@sjer.red>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d6365f4 commit 73c7c3b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | | - | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
1071 | 1075 | | |
1072 | 1076 | | |
1073 | 1077 | | |
| |||
0 commit comments