mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +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"
|
SBT_CACHE_DIR: "sbt-cache/.ivy/cache"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_BUILD_REF_NAME"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
untracked: true
|
untracked: true
|
||||||
paths:
|
paths:
|
||||||
- "apt-cache/"
|
- "apt-cache/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user