From 0b7f5714f41de58b69f6cdd72e470933e6f6feea Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Wed, 13 Jan 2021 13:00:32 +0100 Subject: [PATCH] :construction_worker: update2.1 de la CI --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8278229..a98ac04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,12 +37,11 @@ jobs: test: docker: - image: circleci/python:latest - environment: - CONDUIT_SECRET = 'something-really-secret' - FLASK_APP = /path/to/autoapp.py - FLASK_DEBUG = 1 - - TEST_DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable + environment: + CONDUIT_SECRET: 'something-really-secret' + FLASK_APP: /path/to/autoapp.py + FLASK_DEBUG: 1 + TEST_DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable - image: circleci/postgres:9.6.5-alpine-ram auth: