Skip to content

Commit

Permalink
circle ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmparekh committed Jan 23, 2020
1 parent 99e83b0 commit c4be331
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ jobs:
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}
deploy:
docker:
- image: astronomerio/ap-build:0.0.11
steps:
- checkout
- setup_remote_docker:
Expand Down

0 comments on commit c4be331

Please sign in to comment.