diff options
author | Aki <please@ignore.pl> | 2023-03-13 23:53:25 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:40:50 +0200 |
commit | 7fc41d033a4ff81a907117149eb7cf0851bd6a6b (patch) | |
tree | f50a8544bc89cd6ccfdfd6b0b1f167492decd2a5 | |
parent | 2eb16e16e7c7698d0ede2dcc9efa1fea9e57c588 (diff) | |
download | kurator-7fc41d033a4ff81a907117149eb7cf0851bd6a6b.zip kurator-7fc41d033a4ff81a907117149eb7cf0851bd6a6b.tar.gz kurator-7fc41d033a4ff81a907117149eb7cf0851bd6a6b.tar.bz2 |
Add job prefix to each deps cache
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8337c56..469f25e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ build-linux: key: files: - contrib/CMakeLists.txt + prefix: $CI_JOB_NAME paths: - build-linux/_deps @@ -33,6 +34,7 @@ build-windows: key: files: - contrib/CMakeLists.txt + prefix: $CI_JOB_NAME paths: - build-windows/_deps |