Commit ffc34438 authored by Stan Hu's avatar Stan Hu

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 https://gitlab.com/gitlab-org/gitlab/-/issues/343597
parent 67319179
......@@ -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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment