Commit 00d6b27
committed
plume/release: drop metadata URL check
When we update the release index, plume checks if the release we want to
add already exists by checking for a release with the same version _and_
metadata URL. The latter check seems unnecessary and in fact harmful
because there shouldn't ever be two releases in the list with the same
version number at all.
So drop that check.
Noticed this when testing that code locally (with `--local-mode`) in
which we don't pass S3 information, so it's normal that the metadata URL
isn't the same.1 parent 9ad8441 commit 00d6b27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
0 commit comments