Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47438eb

Browse files
build: improve cache
1 parent 0aa777a commit 47438eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs: # a collection of steps
6969
# Restore bundle cache
7070
- restore_cache:
7171
keys:
72-
- gemfile-{{ checksum "book/config/Gemfile.lock" }}
73-
- gemfile-
72+
- gemfile-cache-{{ checksum "book/config/Gemfile.lock" }}
73+
- gemfile-cache-
7474

7575
- run:
7676
name: Bundle Install.pre - install mathematical for 'asciidoctor-mathematical' gem
@@ -86,7 +86,7 @@ jobs: # a collection of steps
8686

8787
# Store bundle cache
8888
- save_cache:
89-
key: gemfile-{{ checksum "book/config/Gemfile.lock" }}
89+
key: gemfile-cache-{{ checksum "book/config/Gemfile.lock" }}
9090
paths:
9191
- book/config/vendor/bundle
9292

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /