From d29e4883541c2f498a6505ca6f07e84765491746 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Fri, 7 Feb 2020 20:44:27 -0800 Subject: [PATCH] config psql in circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f3b154..9ddd3ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: - checkout # - run: sudo apt-get install postgresql-client-11.4 # - run: pg_ctl -D /var/lib/postgresql/data -l logfile start - - run: psql CREATE DATABASE circle_test + # - run: psql CREATE DATABASE circle_test # Download and cache dependencies - restore_cache: