From f0475ffaeb0f7be8f65206b20f4271f232be4d3f Mon Sep 17 00:00:00 2001 From: "denisdalmeida04@gmail.com" Date: Wed, 13 Jan 2021 23:12:40 +0100 Subject: [PATCH] :construction_worker: update circleci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6866f8b..87001a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - restore_cache: - key: "deps1-{{ .Branch }}-{{ checksum \"requirements/dev.txt/prod.txt\" }}" + key: "deps1-{{ .Branch }}-{{ checksum \"requirements/prod.txt\" }}" - run: command: | @@ -18,7 +18,7 @@ jobs: name: "Install Python deps in a venv" - save_cache: - key: "deps1-{{ .Branch }}-{{ checksum \"requirements/dev.txt/prod.txt\" }}" + key: "deps1-{{ .Branch }}-{{ checksum \"requirements/prod.txt\" }}" paths: - venv flask_tests: @@ -40,7 +40,7 @@ jobs: - checkout - restore_cache: - key: "deps1-{{ .Branch }}-{{ checksum \"requirements/dev.txt/prod.txt\" }}" + key: "deps1-{{ .Branch }}-{{ checksum \"requirements/prod.txt\" }}" - run: command: "dockerize -wait tcp://localhost:5432 -timeout 1m"