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>2022-03-04 13:11:28 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-07 11:56:13 +0300
commit21fabfdb11eaa0a49513e5d7029ea1810bebfdaf (patch)
tree0ce2607d044b006c84be60cb855c05ac1eed853a
parent8aa64a361414a792f79c326e643ab9185f006591 (diff)
invalidate caches on ci change
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a20e24297..992a3b206 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ include:
cache: &cache_deps_configuration
key:
files:
+ - .gitlab-ci.yml
- Makefile
prefix: git-${GIT_VERSION}
paths:
@@ -45,6 +46,7 @@ include:
cache: &cache_gems_configuration
key:
files:
+ - .gitlab-ci.yml
- ruby/Gemfile.lock
prefix: debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}
paths:
@@ -55,6 +57,7 @@ include:
cache: &cache_go_configuration
key:
files:
+ - .gitlab-ci.yml
- go.sum
prefix: go-${GO_VERSION}
paths: