mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 11:09:20 +01:00
Change CI_BUILD_REF_NAME to CI_COMMIT_REF_NAME
This commit is contained in:
parent
e04165ef09
commit
51c58e6ba3
@ -7,7 +7,7 @@ variables:
|
||||
SBT_CACHE_DIR: "sbt-cache/.ivy/cache"
|
||||
|
||||
cache:
|
||||
key: "$CI_BUILD_REF_NAME"
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
untracked: true
|
||||
paths:
|
||||
- "apt-cache/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user