From 5d00dc9f91ab34ae7cb9a627a01ae57138eeb7ae Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Sat, 16 Jan 2021 13:00:34 +0100 Subject: [PATCH] :pencil2: fix typo in CI --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c0b5e2..1543824 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,9 +43,9 @@ jobs: - v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} - v3-dependencies- - - run: - name: wait for postgres - command: dockerize -wait tcp://localhost:5432 -timeout 1m +# - run: +# name: wait for postgres +# command: dockerize -wait tcp://localhost:5432 -timeout 1m - run: name: flask upgrade