Browse Source

💚 forgot to change cache key in test job

pull/1/head
Francois Lannoy 6 years ago
parent
commit
8fea3acd3f
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -35,7 +35,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps9-{{ checksum "Pipfile.lock" }}
key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }}
- run:
name: postgres
command : dockerize -wait tcp://localhost:5432 -timeout 1m

Loading…
Cancel
Save