Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgalbreath authored May 23, 2024
1 parent 32de57a commit 8c6c677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/protected-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The previous approach to accomplish this copying of specs from stack-specific mi

When pipeline generation runs, it produces a manifest of everything new the pipeline will build, and this was provided via artifacts to the `protected-publish` job, so that it could only copy the new things to the top level. One problem with the previous approach is that holes were produced in the top level mirror when any of the child pipelines failed, and thus the `protected-publish` job failed to run. Information about exactly what was in those "holes" was scattered around in the artifacts of skipped `protected-publish` jobs.

Another problem with the previous approach is that it added too much time to each protected pipeline. Rebuilding a mirror index can take a long time, not to mention the time to copy potentiall large files from one prefix to another. This resulted in hours extra delay before another protected pipeline could run on the same ref.
Another problem with the previous approach is that it added too much time to each protected pipeline. Rebuilding a mirror index can take a long time, not to mention the time to copy potentially large files from one prefix to another. This resulted in hours extra delay before another protected pipeline could run on the same ref.

## Next approach

Expand Down

0 comments on commit 8c6c677

Please sign in to comment.