diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-05-29 13:47:28 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-06-17 22:50:50 +0800 |
commit | 2764035f3d8e88219eb39381e8753b5a15328eb1 (patch) | |
tree | e0eb1ce4280255b65caf39fdf61ecee29bda2dce /.gitlab | |
parent | 52e2a73641577386451b6e9007a15a3dfff25df2 (diff) | |
download | gitlab-ce-2764035f3d8e88219eb39381e8753b5a15328eb1.tar.gz |
Bump assets-compile-cache to cleanup old files
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 6afa668af22..65e2557571d 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -1,6 +1,6 @@ .assets-compile-cache: &assets-compile-cache cache: - key: "assets-compile:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:v5" + key: "assets-compile:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:v6" paths: - vendor/ruby/ - .yarn-cache/ |