Skip to content
Snippets Groups Projects
Verified Commit 154bb440 authored by Amy Qualls's avatar Amy Qualls :leopard:
Browse files

Wrap .zip names in backticks

Thanks to the new TLD, we should wrap all of these names ending in
.zip in backticks so they aren't rendered as links to who-knows-where.
parent 1375d90c
No related branches found
No related tags found
3 merge requests!122597doc/gitaly: Remove references to removed metrics,!120936Draft: Debugging commit to trigger pipeline (DO NOT MERGE),!120762Wrap .zip names in backticks
......@@ -623,10 +623,10 @@ job B:
```
1. `job A` runs.
1. `public/` is cached as cache.zip.
1. `public/` is cached as `cache.zip`.
1. `job B` runs.
1. The previous cache, if any, is unzipped.
1. `vendor/` is cached as cache.zip and overwrites the previous one.
1. `vendor/` is cached as `cache.zip` and overwrites the previous one.
1. The next time `job A` runs it uses the cache of `job B` which is different
and thus isn't effective.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment