Skip to content

Commit

Permalink
updating to latest docker image and clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 2, 2018
1 parent 5115838 commit 1713050
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,17 +3,17 @@ jobs:
build:
working_directory: /root/project
docker:
- image: karrlab/build:0.0.21
- image: karrlab/build:0.0.22
steps:
# Clone repository
- checkout

# Load packages from cache
- restore_cache:
keys:
- cache-v4-{{ .Branch }}-{{ checksum "requirements.txt" }}
- cache-v4-{{ .Branch }}-
- cache-v4-
- cache-v5-{{ .Branch }}-{{ checksum "requirements.txt" }}
- cache-v5-{{ .Branch }}-
- cache-v5-

# Python 2 installation tasks
- run:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

# Save packages to cache
- save_cache:
key: cache-v4-{{ .Branch }}-{{ checksum "requirements.txt" }}
key: cache-v5-{{ .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 1713050

Please sign in to comment.