Skip to content

Commit

Permalink
improving caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed May 24, 2017
1 parent 7b9fa39 commit 52781e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ jobs:
build:
working_directory: /root/project
docker:
- image: karrlab/build:0.0.2
- image: karrlab/build:0.0.5
steps:
- checkout

- restore_cache:
keys:
- projectname-{{ checksum "requirements.txt" }}
- projectname-
- cache-v0-{{ .Branch }}-{{ checksum "requirements.txt" }}
- cache-v0-{{ .Branch }}-
- cache-v0-

- run: pip2 install -e .
- run: pip2 install -U -e git+https://github.com/KarrLab/Karr-Lab-build-utils.git#egg=Karr-Lab-build-utils
Expand Down

0 comments on commit 52781e3

Please sign in to comment.