From aae4ca0302a095f9aee79e26797c21a0a9a030e7 Mon Sep 17 00:00:00 2001 From: Klaus Reuter <khr@mpcdf.mpg.de> Date: Thu, 21 Jul 2022 11:58:13 +0200 Subject: [PATCH] clarify comment on key --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92168b0..122aa21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ python_test_numpy: tags: - cloud cache: - # use a static key unless you want to have the cache cleaned + # use a static key and change it manually in case you want to have the cache cleaned key: "python39_pip_cache_20220731" paths: - .cache/pip -- GitLab