Skip to content

Commit fa9092d

Browse files
committed
....
1 parent 85f5107 commit fa9092d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
# Loading the previous build from the cache.
1515
- restore_cache:
1616
key: dev-docker-image-{{ checksum "package-lock.json" }}
17+
paths:
18+
- /caches/app.tar
1719
- run: set +o pipefail docker load -i /caches/app.tar | true
1820

1921
# Building.

0 commit comments

Comments
 (0)