Skip to content
Snippets Groups Projects
Commit ffc34438 authored by Stan Hu's avatar Stan Hu
Browse files

Add missing Git binary path for CI cache

This is needed to ensure the `update-gitaly-binaries-cache` CI job
caches the `git` binary built with Gitaly.

Relates to #343597
parent 67319179
No related branches found
No related tags found
1 merge request!72839Restore Gitaly server update and fix cached Git binary
......@@ -44,6 +44,7 @@
prefix: "gitaly-binaries"
paths:
- tmp/tests/gitaly/_build/bin/
- tmp/tests/gitaly/_build/deps/git/install/
- tmp/tests/gitaly/config.toml
- tmp/tests/gitaly/gitaly2.config.toml
- tmp/tests/gitaly/internal/
......
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