diff --git a/.circleci/config.yml b/.circleci/config.yml index a0d5514..984e68e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ jobs: - checkout - restore_cache: - key: "deps-{{ checksum \"requirements/dev.txt\"}}-{{ .Environment.CACHE_VERSION }}" + key: "deps1-{{ .Branch }}-{{ checksum \"requirements/dev.txt\" }}" - run: command: "dockerize -wait tcp://localhost:5432 -timeout 1m"