Change CI_BUILD_REF_NAME to CI_COMMIT_REF_NAME

This commit is contained in:
LeshaInc 2019-01-09 15:19:08 +02:00
parent e04165ef09
commit 51c58e6ba3
No known key found for this signature in database
GPG Key ID: B4855290FC36DE72

View File

@ -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/"