Skip to content

Commit 7f5253f

Browse files
author
Robert Kruszewski
committed
cache again
1 parent 9018800 commit 7f5253f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ jobs:
201201
<<: *defaults
202202
steps:
203203
# Saves us from recompiling every time...
204-
#- restore_cache:
205-
#keys:
206-
#- v1-build-sbt-{{ .Branch }}-{{ .Revision }}
207-
#- v1-build-sbt-{{ .Branch }}-
208-
#- v1-build-sbt-master-
204+
- restore_cache:
205+
keys:
206+
- v1-build-sbt-{{ .Branch }}-{{ .Revision }}
207+
- v1-build-sbt-{{ .Branch }}-
208+
- v1-build-sbt-master-
209209
- *checkout-code
210210
- run:
211211
name: Hard link cache contents into current build directory

0 commit comments

Comments
 (0)