Skip to content

Commit

Permalink
advancing to image 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jul 10, 2017
1 parent a5302bf commit a63595b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ jobs:
build:
working_directory: /root/project
docker:
- image: karrlab/build:0.0.5
- image: karrlab/build:0.0.6
steps:
- checkout

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

- run: pip2 install -e .
- run: karr-lab-build-utils-2 install-requirements
Expand All @@ -20,7 +20,7 @@ jobs:
- run: karr-lab-build-utils-3 install-requirements

- save_cache:
key: cache-v0-{{ .Branch }}-{{ checksum "requirements.txt" }}
key: cache-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
- /usr/local/lib/python2.7/site-packages
- /usr/local/lib/python3.6/site-packages
Expand Down

0 comments on commit a63595b

Please sign in to comment.