Maintenance: Changed search hook comment to match the current Ruby version again.
This commit is contained in:
parent
cc14e1f210
commit
5b3e19170c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ variables:
|
||||||
# Cache gems in between jobs and pipelines
|
# Cache gems in between jobs and pipelines
|
||||||
# ATTENTION: We use a combination of the Ruby major and minor version number
|
# ATTENTION: We use a combination of the Ruby major and minor version number
|
||||||
# as a key for the cache to avoid cache growth and incompatibilities between
|
# as a key for the cache to avoid cache growth and incompatibilities between
|
||||||
# the gems. Search hook: 2.7.2 (change it when updating the Ruby version too)
|
# the gems. Search hook: 2.7.3 (change it when updating the Ruby version too)
|
||||||
cache:
|
cache:
|
||||||
key: "centos7ruby273"
|
key: "centos7ruby273"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue