Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): fail cache disk creation if no db version is found (#8987)
In some cases Zebra logs might not output the database version, and thus we should avoid creating a disk without a version. Before this change, a disk was created without a db version number, just indicating a `-v-`, that caused other tests to fail as an actual version was not found in their regexes.
- Loading branch information