Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-27 09:41:03 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-27 10:18:59 +0300
commit2eaac7b8f356ff7bccfdc04a3c55488a4bb2e431 (patch)
treeba18dcfbced726c9fcbe13774941f31aaf7ab47d /.gitlab-ci.yml
parentba8bc12dd0ff83fc726c6c09ee0cb0ebc311a748 (diff)
ci: Remove unused files from cache
Back when we introduced the libgit2 and git build targets, we generated a `Makefile.sha256` file to see whether contents of the Makefile have changed and thus whether we need to rebuild these targets. This has since been replaced with a much finer-grained mechanism which records the version of each of our build targets separately such that only those targets are rebuild which have actually changed. Our CI cache still refers to the old file path though, which is nowadays unused. Remove references to `Makefile.sha256`.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6a65672b..3db504bd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,6 @@ danger-review:
prefix: git-${GIT_VERSION}-ruby-${RUBY_VERSION}
paths:
- _build/deps
- - _build/Makefile.sha256
- ruby/vendor/bundle
.test_template: &test_definition
@@ -74,7 +73,6 @@ danger-review:
prefix: git-${GIT_VERSION}-ruby-${RUBY_VERSION}
paths:
- _build/deps
- - _build/Makefile.sha256
- ruby/vendor/bundle
policy: pull
artifacts: