From 7496d50100b5f680613556e5434cde221f917bcd Mon Sep 17 00:00:00 2001 From: Logan-Chenavier Date: Mon, 18 Jan 2021 09:28:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20comment=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d657879..14a97c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,19 +32,19 @@ jobs: command: | . venv/bin/activate flask db upgrade - - run: - name: flask test - environment: - FLASK_APP: /home/circleci/repo/autoapp.py - FLASK_DEBUG: 0 - POSTGRES_USER: postgres - POSTGRES_DB: bdtest - POSTGRES_PASSWORD: somePwd - POSTGRES_PORT: 5432 - DATABASE_URL: postgresql://postgres:somePwd@localhost:5432/postgres - command: | - . venv/bin/activate - flask test + # - run: + # name: flask test + # environment: + # FLASK_APP: /home/circleci/repo/autoapp.py + # FLASK_DEBUG: 0 + # POSTGRES_USER: postgres + # POSTGRES_DB: bdtest + # POSTGRES_PASSWORD: somePwd + # POSTGRES_PORT: 5432 + # DATABASE_URL: postgresql://postgres:somePwd@localhost:5432/postgres + # command: | + # . venv/bin/activate + # flask test - run: docker container stop flask_db_test - run: docker container rm flask_db_test - run: unset DATABASE_URL